代码搜索结果
找到约 216,410 项符合
Test 的代码
test.idl
//
// test.idl,v 1.3 2002/04/26 15:20:59 bala Exp
//
interface Test
{
void test_method ();
// Test method.
oneway void shutdown ();
// Shut down the ORB.
};
test.idl
//
// test.idl,v 1.1 2001/04/13 04:59:33 irfan Exp
//
interface test
{
long method (in long client_id,
in long iteration);
oneway void shutdown ();
};
test.idl
//
// test.idl,v 1.1 2000/12/02 05:12:50 marina Exp
//
interface Test
{
void test_method ();
// Print out a message.
oneway void shutdown ();
// Shut down the ORB.
};
test.idl
//
// test.idl,v 1.1 2000/11/20 11:07:07 marina Exp
//
interface Test
{
void test_method ();
// Print out a message.
oneway void shutdown ();
// Shut down the ORB.
};
test.idl
// test.idl,v 1.4 2001/09/18 00:06:04 irfan Exp
interface test
{
void method ();
void shutdown ();
};
test.idl
//
// test.idl,v 1.1 2003/07/12 20:59:57 irfan Exp
//
interface test
{
void initialize (in unsigned long total_iterations);
oneway void method (in unsigned long work,
test.idl
// test.idl,v 1.1 2002/07/08 17:01:37 irfan Exp
interface test
{
void method ();
void shutdown ();
};
test.idl
// test.idl,v 1.4 2001/09/18 00:06:01 irfan Exp
interface test
{
void start ();
void method ();
};
test.idl
//
// Test.idl,v 1.1 2003/02/07 01:08:47 mayur Exp
//
/// A simple module to avoid namespace pollution
module Test
{
/// Use a timestamp to measure the roundtrip delay
typedef unsigned
test.idl
//
// Test.idl,v 1.2 2003/07/15 19:53:30 dengg Exp
//
module Test
{
/// A very simple interface
interface Hello
{
void short_sleep();
};
};