代码搜索结果

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

test.idl

// // Test.idl,v 1.3 2003/05/04 23:16:31 parsons Exp // /// A simple module to avoid namespace pollution module Test { exception InvalidTimestamp {}; exception ServerOverload {};

test.idl

// // Test.idl,v 1.1 2003/04/03 17:06:21 bala Exp // /// Put the interfaces in a module, to avoid global namespace pollution module Test { /// A very simple interface interface Hello {

test.idl

//test.idl,v 1.2 2003/07/16 04:31:02 yamuna Exp interface test { oneway void one_way (in string message); string two_way (in string message); oneway void shutdown (); };

test.h

//test.h,v 1.3 2003/10/28 18:31:00 bala Exp #include "ace/Log_Msg.h" class test_impl :public test { public: virtual void bar (CORBA::VoidData something ACE_ENV_ARG_DECL_NOT_USED) ACE_

test.idl

//test.idl,v 1.3 2003/12/12 04:25:06 bala Exp #include "tao/RTScheduling/RTScheduler_include.pidl" local interface test { void bar (in CORBA::VoidData data ); };

test.idl

// Test.idl,v 1.2 2001/03/04 16:20:41 schmidt Exp module Test { interface Controller { void worker_started (); // A worker has started void worker_finished (); // A worker

test.idl

// // test.idl,v 1.1 2000/10/17 06:20:50 marina Exp // interface Test { void test_method (); // no-op. oneway void shutdown (); // Shut down the ORB. };

test.idl

// test.idl,v 1.4 2001/09/18 00:06:01 irfan Exp interface test { void method (); void shutdown (); };

test.idl

// // test.idl,v 1.1 2000/08/25 23:22:37 marina Exp // interface Test { oneway void shutdown (); // Shut down the ORB. };

test.idl

// test.idl,v 1.4 2001/09/18 00:06:05 irfan Exp interface test { short method (); void prioritized_method (); void shutdown (); };