mcconnell 02/02/22 08:28:08
Added: apps/enterprise/orb/src/examples/hello/idl hello.idl
Log:
addition of examples
Revision Changes Path
1.1
jakarta-avalon-cornerstone/apps/enterprise/orb/src/examples/hello/idl/hello.idl
Index: hello.idl
===================================================================
//
// hello.idl
//
// Created on 13 February 2002
// by Stephen McConnell <[EMAIL PROTECTED]>
//
#ifndef _HELLO_IDL_
#define _HELLO_IDL_
module hello
{
interface Hello
{
string get_welcome_message();
};
};
#endif // _HELLO_IDL_
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>