summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_NoUpcall_Client_Leader/SharedIntf.idl
blob: 39da6d24fd8db96f252ea3166cca4700ae0c46d0 (plain)
1
2
3
4
5
6
module Test_Idl {
   interface SharedIntf {
      void ping();
      oneway void farewell();
   };
};