Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / CSD_Strategy / ThreadPool4 / Callback.idl
blob5a57daa64f1d227ffcb6c9d7eb2016d3773e2f95
1 #ifndef CALLBACK_IDL
2 #define CALLBACK_IDL
4 interface Callback
6 void test_method();
7 };
10 #endif