代码搜索结果

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

test.idl

// // Test.idl,v 1.1 2001/03/31 03:58:21 coryan Exp // module Test { /// A very simple interface interface Sleep_Service { /// Sleep for @c microseconds void go_to_sleep (in u

test.idl

// Test.idl,v 1.1 2002/12/04 23:34:04 bala Exp interface test { /* * A simple remote operation.. */ void send_stuff(in string foo); };

test.idl

// // Test.idl,v 1.3 2002/07/25 02:34:56 bala Exp // module Test { typedef sequence Payload; interface Sender { /// Receive a big payload boolean get_data (in unsigned

test.idl

// // Test.idl,v 1.1 2001/03/23 17:09:20 coryan Exp // /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A very simple interface interface Hello

test.idl

/** * @file Test.idl * * Test.idl,v 1.2 2002/09/25 13:13:40 jwillemsen Exp * * @author Carlos O'Ryan * */ #ifndef Test__idl_ #define Test__idl_ module Test {

test.idl

// // Test.idl,v 1.1 2003/11/25 22:11:13 bala Exp // /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A very simple interface interface One {

test.idl

/* * test.idl,v 1.1 2002/04/28 22:56:10 bala Exp */ /// A simple interface to test the ORB interface Simple_Server { /// This method is a noop, and it is used just to exercise the /// c

test.idl

// // test.idl,v 1.2 2002/03/10 03:12:43 bala Exp // interface Simple_Server { long test_method (in long x); oneway void shutdown (); };

test.idl

// -*- IDL -*- //============================================================================= /** * @file test.idl * * test.idl,v 1.2 2001/03/07 08:17:31 othman Exp * * Simple IDL file

test.idl

// test.idl,v 1.2 2000/08/19 00:23:25 kirthika Exp // ============================================================================ // // = LIBRARY // TAO/tests/Interceptors // // = FILENAME