QtResource_Loader.cpp

Go to the documentation of this file.
00001 //QtResource_Loader.cpp,v 1.4 2006/03/10 07:19:06 jtc Exp
00002 #include "tao/QtResource_Loader.h"
00003 #include "tao/ORB_Core.h"
00004 #include "tao/QtResource_Factory.h"
00005 
00006 ACE_RCSID( TAO_QtResource,
00007            QtResource_Loader,
00008            "QtResource_Loader.cpp,v 1.4 2006/03/10 07:19:06 jtc Exp");
00009 
00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00011 
00012 namespace TAO
00013 {
00014   QtResource_Loader::QtResource_Loader (QApplication *qapp)
00015   {
00016     QtResource_Factory *tmp = 0;
00017 
00018     ACE_NEW (tmp,
00019              QtResource_Factory (qapp));
00020 
00021     TAO_ORB_Core::set_gui_resource_factory (tmp);
00022   }
00023 
00024   QtResource_Loader::~QtResource_Loader (void)
00025   {
00026   }
00027 }
00028 
00029 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 11:54:21 2006 for TAO by doxygen 1.3.6