Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / InterfaceRepo / Bug_3200_Regression / a.idl
blobf738247d66fbb110e0ddd1bd2ff71122ae1f30fb
1 #ifndef __A_IDL__
2 #define __A_IDL__
3 module wtk {
5 interface test {
6 // const string SDO_SERVICE_NAME = "IDL:FMK_ItJobMgr";
7 void mytest();
13 #endif