Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ORB_init / Portspan / simpleI.h
blobf1585e382e5bd00f6eeee792a1cb623dbdcc36b2
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/
16 // Information about TAO is available at:
17 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
19 #ifndef SIMPLEI_H_
20 #define SIMPLEI_H_
22 #include "simpleS.h"
24 #if !defined (ACE_LACKS_PRAGMA_ONCE)
25 #pragma once
26 #endif /* ACE_LACKS_PRAGMA_ONCE */
28 //Class simple_i
29 class simple_i : public virtual POA_simple
31 public:
32 //Constructor
33 simple_i (void);
35 //Destructor
36 virtual ~simple_i (void);
38 virtual void test (
44 #endif /* SIMPLEI_H_ */