summaryrefslogtreecommitdiff
path: root/TAO/tao/qt_resource_loader.h
blob: 84db359e3ad222119ad834fba53cc46d782992a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// -*- C++ -*-

//=============================================================================
/**
 *  @file   qt_resource_loader.h
 *
 *  $Id$
 *
 *  @author Marek Brudka <mbrudka@aster.pl>

*/
//=============================================================================

#ifndef _TAO_QTRESOURCE_LOADER_H
#define _TAO_QTRESOURCE_LOADER_H
#include /**/ "ace/pre.h"

#include "tao/TAO_QtReactor_export.h"


#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

// forwards
class QApplication;
/**
 * @class TAO_QtResource_Loader
 *
 * @brief Loads TAO resources related with Qt.
 *
 * This class changes the default reactor implementation into ACE_QtReactor
 *
 */
class TAO_QtReactor_Export TAO_QtResource_Loader
{

public:
    TAO_QtResource_Loader  ( QApplication *qapp = 0 );
    virtual ~TAO_QtResource_Loader( );
};

#include /**/ "ace/post.h"
#endif /* QTRESOURCELOADER_H */