Files
PolyORB/examples/bbs/common.idl
Thomas Quinot ac1bd066a5 Make PAGE work between DSA and CORBA clients, in both directions.
[Imported from Perforce change 5731 at 2006-12-01 19:49:12]

Subversion-branch: /trunk/polyorb
Subversion-revision: 34011
2002-11-18 17:26:19 +00:00

12 lines
275 B
Plaintext

module DSA_Common {
interface Penpal_Type;
interface Penpal_Type {
#pragma ID DSA_Common::Penpal_Type "DSA:COMMON.PENPAL_TYPE:1.0"
void initialize (in string Name);
string name_of ();
void new_message (in string Sender, in string Message);
};
};