summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Events/Any/EventAny.idl
blob: d53ddf55c08358bb396cda70903ed81688d679f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$
/**
 * @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;
};