Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2417_Regression / publisher.idl
blobcc69d1d1591cf462abc44e12f58995243e974437
1 #include "subscriber.idl"
3 interface Publisher
5 void subscribe(in Subscriber _subscriber);
7 oneway void shutdown ();
8 };