summaryrefslogtreecommitdiff
path: root/TAO/tao/QtResource_Loader.h
diff options
context:
space:
mode:
authormbrudka <mbrudka@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-22 19:00:49 +0000
committermbrudka <mbrudka@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-22 19:00:49 +0000
commit89cc09fe1f27e1aa6f68baaee74657f5c0d5bf4e (patch)
tree84676127d8f737fdc9d4cec1191f3fdcca27ffed /TAO/tao/QtResource_Loader.h
parent77ee6b9e340ca3f46e3c214eb98d14961cb4f906 (diff)
downloadATCD-REACTOR_SEPARATION.tar.gz
ChangeLogTag: Sat Jan 22 19:57:16 2005 Marek Brudka <mbrudka@aster.pl>REACTOR_SEPARATION
Diffstat (limited to 'TAO/tao/QtResource_Loader.h')
-rw-r--r--TAO/tao/QtResource_Loader.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/TAO/tao/QtResource_Loader.h b/TAO/tao/QtResource_Loader.h
index 6d461084645..14a2e6d84b6 100644
--- a/TAO/tao/QtResource_Loader.h
+++ b/TAO/tao/QtResource_Loader.h
@@ -15,7 +15,7 @@
#define TAO_QTRESOURCE_LOADER_H
#include /**/ "ace/pre.h"
-#include "TAO_QtResource_Export.h"
+#include "tao/TAO_QtResource_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -31,14 +31,13 @@ namespace TAO
* @brief Loads TAO resources related with Qt.
*
* This class changes the default reactor implementation into
- * ACE_QtReactor by calling
- * TAO_ORB_Core::set_gui_resource_factory. Please notice, this class
- * has to be created in the main Qt thread, because
- * set_gui_resource_factory creates a variable in TSS. This way
- * QtReactor is instantiated only in Qt event loop thread.
+ * ACE_QtReactor one by calling TAO_ORB_Core::set_gui_resource_factory.
+ * User should create an instance of this class before ORB_init
+ * when the TAO server has has to be integrated within Qt event loop.
*
- * @@Marek, could you please point out that this class is the
- * interface to the user to load things
+ * Please notice, this class has to be created in the main Qt thread,
+ * because set_gui_resource_factory creates a variable in TSS. This way
+ * QtReactor is instantiated only in Qt event loop thread.
*/
class TAO_QtResource_Export QtResource_Loader
@@ -50,4 +49,4 @@ namespace TAO
};
}
#include /**/ "ace/post.h"
-#endif /* _TAO_QTRESOURCE_LOADER_H */
+#endif /* TAO_QTRESOURCE_LOADER_H */