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

#include "ace/Log_Msg.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

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