summaryrefslogtreecommitdiff
path: root/examples/CORBA/Test_i.h
blob: dd1e617d1f6b709d749cd1dce5739440aa5e9fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- C++ -*- */
// $Id$

#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)