XtResource_Loader.cpp

Go to the documentation of this file.
00001 //XtResource_Loader.cpp,v 1.3 2006/03/10 07:19:07 jtc Exp
00002 #include "tao/XtResource_Loader.h"
00003 #include "tao/ORB_Core.h"
00004 #include "tao/XtResource_Factory.h"
00005 
00006 ACE_RCSID( TAO_XtResource,
00007            XtResource_Loader,
00008            "XtResource_Loader.cpp,v 1.3 2006/03/10 07:19:07 jtc Exp");
00009 
00010 namespace TAO
00011 {
00012 
00013   XtResource_Loader::XtResource_Loader (XtAppContext context)
00014   {
00015     XtResource_Factory *tmp = 0;
00016 
00017     ACE_NEW (tmp,
00018              XtResource_Factory (context));
00019 
00020     TAO_ORB_Core::set_gui_resource_factory( tmp );
00021   }
00022 
00023   XtResource_Loader::~XtResource_Loader ()
00024   {
00025   }
00026 }

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