00001 #ifndef _TEST_SAMPLE_PRODUCER_IDL__ 00002 #define _TEST_SAMPLE_PRODUCER_IDL__ 00003 00004 00006 module mpcl 00007 { 00008 00010 interface TSampleProducer 00011 { 00012 long get(); 00013 void finish(); 00014 }; 00015 00016 }; // module mpcl 00017 00018 00019 #endif // not _TEST_SAMPLE_PRODUCER_IDL__