mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
[Imported from Perforce change 5731 at 2006-12-01 19:49:12] Subversion-branch: /trunk/polyorb Subversion-revision: 34011
12 lines
275 B
Plaintext
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);
|
|
};
|
|
};
|