代码搜索结果
找到约 216,410 项符合
Test 的代码
test.idl
// test.idl,v 1.1 2001/03/23 03:38:41 irfan Exp
interface test
{
void deactivate_self ();
};
test.idl
// test.idl,v 1.1 2001/03/08 01:30:11 irfan Exp
interface test
{
void method ();
};
test.idl
// test.idl,v 1.1 2002/10/28 19:23:22 irfan Exp
interface test
{
void method ();
};
test.idl
//
// test.idl,v 1.1 2003/07/22 21:18:41 irfan Exp
//
interface test
{
void method ();
};
test.idl
//
// test.idl,v 1.1 2001/01/16 14:07:36 bala Exp
//
interface test
{
typedef sequence data;
// A one way operation that pushes the data to the server
oneway void method (in un
test.idl
// test.idl,v 1.4 2000/04/12 00:59:56 coryan Exp
// ============================================================================
//
// = LIBRARY
// TAO/tests/OctetSeq
//
// = FILENAME
//
test.idl
/**
* @file Test.idl
*
* Test.idl,v 1.1 2002/11/04 19:56:39 bala Exp
*
* @author Carlos O'Ryan
*
*/
#ifndef BUG_1020_TEST_IDL
#define BUG_1020_TEST_IDL
module Te
test.idl
//
// Test.idl,v 1.1 2003/11/18 14:55:10 smcqueen Exp
//
interface Test
{
void test_method();
};
test.mpc
// -*- MPC -*-
// test.mpc,v 1.4 2003/12/23 21:04:50 dhinton Exp
project (bug_1636_testclient) : taoexe, dynamicany, dynamicinterface, portableserver {
avoids += minimum_corba
exename = cl
test.idl
//
// Test.idl,v 1.1 2001/06/24 13:54:49 bala Exp
//
module Test
{
interface Receiver {
/// Receive a call and send back the number of calls received..
long receive_call ();