代码搜索结果

找到约 216,410 项符合 Test 的代码

test.idl

// // Test.idl,v 1.1 2003/11/18 14:55:10 smcqueen Exp // interface Test { void test_method(); };

test.idl

/* * test.idl,v 1.4 2001/03/29 18:17:52 coryan Exp */ /// A simple interface to test the ORB interface Simple_Server { /// This method is a noop, and it is used just to exercise the ///

test.idl

//Test.idl,v 1.2 2001/07/22 14:46:19 bala Exp module Test { typedef sequence Octet_Seq; interface Big_Reply { /// Receive a big reply Octet_Seq get_big_reply ();

test.idl

// test.idl,v 1.2 2001/01/26 13:25:39 schmidt Exp interface Simple_Server { boolean test_is_a (in string type); oneway void shutdown (); };

test.bat

catior -f .\test\EventService.ior catior -f .\test\test1.ior catior -f .\test\test2.ior catior -f .\test\timeserver.ior catior -f .\test\timeserver.iiop catior -f .\test\param_test.iiop

test.idl

/* * test.idl,v 1.1 2000/07/17 20:41:23 othman Exp */ interface Simple_Server { void send_line (in string line); oneway void shutdown (); };

test.idl

// // Test.idl,v 1.3 2004/01/09 04:06:36 fhunleth Exp // /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A sequence of octets for sending large mess

test.idl

/* * test.idl,v 1.1 2002/12/23 22:01:33 boris Exp */ interface Simple_Server { void send_line (in string line); oneway void shutdown (); };

test.idl

// // test.idl,v 1.1 2001/09/05 22:43:02 anandk Exp // interface Simple_Server { long test_method (in long x); oneway void shutdown (); };

test.idl

// // Test.idl,v 1.1 2002/10/16 19:28:13 jai Exp /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A very simple interface interface Basic {