summaryrefslogtreecommitdiff
path: root/TAO/tao/qt_resource_loader.cpp
blob: 471f4fec34e2ddb324f33a24e217ad178cb4dc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//$Id$
#include "ORB_Core.h"
#include "tao/qt_resource_loader.h"

#include "ace/Dynamic_Service.h"
#include "tao/qt_resource.h"


// Must be called with lock held
TAO_QtResource_Loader::TAO_QtResource_Loader (QApplication *qapp)
{
    TAO_ORB_Core::set_reactor_factory ("QtResource_Factory");
    ACE_Service_Config::process_directive (ace_svc_desc_TAO_QtResource_Factory);
    TAO_QtResource_Factory::set_context (qapp);
}

TAO_QtResource_Loader::~TAO_QtResource_Loader ()
{
}