Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / IORTable_Locator / simple_test.idl
blob11cce4bbd8f563d294163a0d201cee6676e0c692
1 #ifndef _SIMPLE_TEST_
2 #define _SIMPLE_TEST_
4 module simple {
5 interface SimpleTest_T
7 void shutdown();
8 };
9 };
11 #endif