OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I386LINUX / util / I386LINUX / doc / mico / examples / interop / jboss / jdk1.4.x / corba-friendly-ejb / examples / corba / DataObject.idl
1 #ifndef __examples_corba_DataObject__
2 #define __examples_corba_DataObject__
3
4 module examples {
5
6     module corba {
7
8         struct DataObject {
9             long i;
10             string s;
11         };
12
13     };
14
15 };
16
17 #endif