代码搜索结果
找到约 216,410 项符合
Test 的代码
test.idl
//
// test.idl,v 1.1 2000/05/12 21:45:57 coryan Exp
//
interface Test
{
};
test.idl
// test.idl,v 1.2 2001/05/17 14:23:58 oci Exp
interface test
{
void send_stuff(in string foo);
// oneway void shutdown ();
};
test.idl
// -*- IDL -*-
//=============================================================================
/**
* @file test.idl
*
* test.idl,v 1.3 2003/03/07 19:01:00 ossama Exp
*
* "test" IDL inter
test.idl
// test.idl,v 1.1 2000/08/11 03:31:09 kirthika Exp
interface Test
{
// = TITLE
// A simple test interface
//
// = DESCRIPTION
// This test demostrates the smart proxy feature
test.idl
// test.idl,v 1.2 2000/08/11 03:30:33 kirthika Exp
interface Test
{
// = TITLE
// A simple test interface
//
// = DESCRIPTION
// This test demostrates the smart proxy feature
test.idl
// test.idl,v 1.3 2000/04/03 12:52:09 kirthika Exp
interface Test
{
// = TITLE
// A simple test interface
//
// = DESCRIPTION
// This test demostrates the smart proxy feature
test.idl
//
// Test.idl,v 1.1 2001/03/10 23:37:41 coryan Exp
//
module Test
{
/// An interface to communicate and shutdown a process
interface Ping_Service
{
/// Just a void function contac
test.idl
//
// Test.idl,v 1.1 2001/04/08 03:58:43 coryan Exp
//
module Test
{
/// An interface to send oneway messages
interface Oneway_Receiver
{
/// Return a simple string
oneway voi
test.idl
//
// test.idl,v 1.1 1999/06/19 22:39:53 coryan Exp
//
interface Simple_Server
{
long test_method (in long x);
oneway void shutdown ();
};
test.idl
// -*- IDL -*-
//=============================================================================
/**
* @file Test.idl
*
* Test.idl,v 1.1 2001/07/25 05:10:14 othman Exp
*
* "Test" IDL inter