blob: 1e8b8c471bd98e1400675705ff7030a24dd1e62e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -*- C++ -*- */
// @(#)Test_i.h 1.1 10/18/96
#include "ace/Log_Msg.h"
#include "Test.hh"
class Test_i
{
public:
virtual void method (long input,
ACE_CORBA_1 (Environment) &IT_env = ACE_CORBA_1 (default_environment));
};
DEF_TIE_Test (Test_i)
|