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"
15 #include "TreeBaseS.h"
16 #include "TreeNodeS.h"
21 * @brief Implementation of Test interface
23 * This interface is provided to produce valuetypes and test
26 class Test_impl
: public POA_Test
30 Test_impl (CORBA::ORB_ptr orb
);
32 virtual TreeController
* reflect (
35 virtual void shutdown ();
42 #endif /* TAO_TEST_IMPL_H */