相关代码 |
|
// // test.idl,v 1.1 2001/01/16 14:07:36 bala Exp // interface test { typedef sequence data; // A one way operation that pushes the data to the server oneway void method (in unsigned long req_no, in data d); oneway void shutdown (); };
相关资源 |
|