Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / examples / CSD_Strategy / ThreadPool4 / Callback_i.h
blobdca0793904f93b25f62089715d94af41b17ae6c4
1 #ifndef CALLBACK_I_H
2 #define CALLBACK_I_H
4 #include "CallbackS.h"
7 class Callback_i : public virtual POA_Callback
9 public:
10 Callback_i();
12 virtual ~Callback_i();
14 virtual void test_method (
19 #endif