Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / XtResource / XtResource_Loader.cpp
blob11dbc3a05cbd944b7454d6207cacbca6bd844d70
1 #include "tao/XtResource/XtResource_Loader.h"
2 #include "tao/ORB_Core.h"
3 #include "tao/XtResource/XtResource_Factory.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 namespace TAO
9 XtResource_Loader::XtResource_Loader (XtAppContext context)
11 XtResource_Factory *tmp = 0;
13 ACE_NEW (tmp,
14 XtResource_Factory (context));
16 TAO_ORB_Core::set_gui_resource_factory( tmp );
19 XtResource_Loader::~XtResource_Loader ()
24 TAO_END_VERSIONED_NAMESPACE_DECL