Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_1383_Regression / Callee_i.h
blob928a3a3ed1f521d8e3f702fd0f7d72c873599d58
1 #ifndef CALLEE_I_H
2 #define CALLEE_I_H
4 #include "calleeS.h"
6 class Callee_i : public POA_Callee {
7 void callback (const char * message);
8 };
10 #endif