Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1495_Regression / test_i.h
blobce6942247314ebf31d107112dc5111eca1c1eb4c
1 // -*- C++ -*-
2 // **** Code generated by the The ACE ORB (TAO) IDL Compiler ****
3 // TAO and the TAO IDL Compiler have been developed by:
4 // Center for Distributed Object Computing
5 // Washington University
6 // St. Louis, MO
7 // USA
8 // http://www.cs.wustl.edu/~schmidt/doc-center.html
9 // and
10 // Distributed Object Computing Laboratory
11 // University of California at Irvine
12 // Irvine, CA
13 // USA
14 // http://doc.ece.uci.edu/
15 // and
16 // Institute for Software Integrated Systems
17 // Vanderbilt University
18 // Nashville, TN
19 // USA
20 // http://www.isis.vanderbilt.edu/
22 // Information about TAO is available at:
23 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
25 // TAO_IDL - Generated from
26 // be/be_codegen.cpp:887
28 #ifndef TESTI_H_
29 #define TESTI_H_
31 #include "testS.h"
33 #if !defined (ACE_LACKS_PRAGMA_ONCE)
34 #pragma once
35 #endif /* ACE_LACKS_PRAGMA_ONCE */
37 class Bug1495_i : public virtual POA_Bug1495_Regression::Bug1495
39 public:
41 Bug1495_i (CORBA::ORB_ptr orb);
43 //Destructor
44 virtual ~Bug1495_i (void);
46 virtual void get_thread_id (Bug1495_Regression::ThreadId_out thread_id);
48 virtual void shutdown (void);
49 private:
51 CORBA::ORB_var orb_;
56 #endif /* TESTI_H_ */