2 //=============================================================================
6 * @author Carlos O'Ryan
8 //=============================================================================
11 #ifndef TAO_OBJECT_LOADER_TEST_I_H
12 #define TAO_OBJECT_LOADER_TEST_I_H
15 #include "OLT_Export.h"
20 * @brief Implement the Test interface
22 class OLT_Export Test_i
: public POA_Test
26 Test_i (PortableServer::POA_ptr poa
);
28 CORBA::Long
instance_count (void);
32 PortableServer::POA_ptr
_default_POA (void);
35 /// The default POA used for this object
36 PortableServer::POA_var poa_
;
38 static CORBA::Long instance_count_
;
41 #endif /* TAO_OBJECT_LOADER_TEST_I_H */