summaryrefslogtreecommitdiff
path: root/TAO/tao/QtResource_Loader.h
diff options
context:
space:
mode:
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 */