ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Bug_3766_Regression / TestI.h
blobb731c02c88436ab7af90a28af888f85a90994653
1 // -*- C++ -*-
2 /**
3 * Code generated by the The ACE ORB (TAO) IDL Compiler v1.7.4
4 * TAO and the TAO IDL Compiler have been developed by:
5 * Center for Distributed Object Computing
6 * Washington University
7 * St. Louis, MO
8 * USA
9 * http://www.cs.wustl.edu/~schmidt/doc-center.html
10 * and
11 * Distributed Object Computing Laboratory
12 * University of California at Irvine
13 * Irvine, CA
14 * USA
15 * http://doc.ece.uci.edu/
16 * and
17 * Institute for Software Integrated Systems
18 * Vanderbilt University
19 * Nashville, TN
20 * USA
21 * http://www.isis.vanderbilt.edu/
23 * Information about TAO is available at:
24 * http://www.dre.vanderbilt.edu/~schmidt/TAO.html
25 **/
27 // TAO_IDL - Generated from
28 // .\be\be_codegen.cpp:1364
30 #ifndef TESTI_H_
31 #define TESTI_H_
33 #include "TestS.h"
35 #if !defined (ACE_LACKS_PRAGMA_ONCE)
36 #pragma once
37 #endif /* ACE_LACKS_PRAGMA_ONCE */
39 class Test_i
40 : public virtual POA_Test
42 public:
43 // Constructor
44 Test_i (CORBA::ORB_ptr o);
46 // Destructor
47 virtual ~Test_i (void);
49 virtual
50 void do_something_FixedLength (
51 ::FixedLengthInfo_out my_info);
53 virtual
54 void do_something_VariableLength (
55 ::VariableLengthInfo_out my_info);
57 virtual void shutdown (void);
59 private:
60 CORBA::ORB_var orb_;
64 #endif /* TESTI_H_ */