2 //=============================================================================
6 * @author Carlos O'Ryan
8 //=============================================================================
11 #ifndef TAO_OBJECT_LOADER_LOADER_H
12 #define TAO_OBJECT_LOADER_LOADER_H
14 #include "tao/Object_Loader.h"
15 #include "OLT_Export.h"
20 * @brief Implement the Test interface
22 class OLT_Export Loader
: public TAO_Object_Loader
28 /// Create a new instance
29 virtual CORBA::Object_ptr
create_object (CORBA::ORB_ptr orb
,
34 // ACE_STATIC_SVC_DECLARE (Loader)
35 ACE_FACTORY_DECLARE (OLT
, Loader
)
37 #endif /* TAO_OBJECT_LOADER_LOADER_H */