Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / FoxResource / FoxResource_Loader.cpp
blob795911c83f9fd16035429a632ddb9e554e600186
1 #include "tao/FoxResource/FoxResource_Loader.h"
2 #include "tao/ORB_Core.h"
3 #include "tao/FoxResource/FoxResource_Factory.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 namespace TAO
9 FoxResource_Loader::FoxResource_Loader (FXApp *app)
11 FoxResource_Factory *tmp = 0;
13 ACE_NEW (tmp,
14 FoxResource_Factory (app));
16 TAO_ORB_Core::set_gui_resource_factory( tmp );
19 FoxResource_Loader::~FoxResource_Loader ()
24 TAO_END_VERSIONED_NAMESPACE_DECL