2 //=============================================================================
6 * @author Boris Kolpackov <bosk@ipmce.ru>
8 //=============================================================================
11 #ifndef TAO_ANY_S_IMPL_H
12 #define TAO_ANY_S_IMPL_H
19 * @brief Implementation of Test interface
21 * This interface is provided to produce valuetypes and test
24 class Test_impl
: public POA_OBV_AnyTest::Test
28 Test_impl (CORBA::ORB_ptr orb
);
30 virtual CORBA::Any
* get_something (CORBA::Boolean need_vb
);
32 virtual OBV_AnyTest::VB
* get_vb ();
34 virtual void shutdown ();
41 #endif /* TAO_ANY_S_IMPL_H */