summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Events/Any/EventAny.idl
blob: 402f468a9b1ae732b582f229597d9eba2c610bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file EventAny.idl
 * @author Jeff Parsons <j.parsons@vanderbilt.edu>
 *
 * Tests Any insertion/extraction of event types,
 * and (de)marshaling of such Anys.
 */

#include <Components.idl>

eventtype StringMsg
{
  public string str_msg;
};