2 //=============================================================================
6 * @author Boris Kolpackov <bosk@ipmce.ru>
8 //=============================================================================
11 #ifndef TAO_TEST_IMPL_H
12 #define TAO_TEST_IMPL_H
14 #include "TreeControllerS.h"
19 * @brief Implementation of Test interface
21 * This interface is provided to produce valuetypes and test
24 class Test_impl
: public POA_Test
28 Test_impl (CORBA::ORB_ptr orb
);
30 virtual TreeController
* reflect (
33 virtual void shutdown (void);
40 #endif /* TAO_TEST_IMPL_H */