Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_1383_Regression / simple.idl
blobc97396ec3b682a5ef68a1819899ad3d1b525426e
1 #ifndef SIMPLE_IDL
2 #define SIMPLE_IDL
4 #include "callee.idl"
6 interface Simple {
7 void registerCallee(in Callee value);
8 };
10 #endif