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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/tao/QtResource_Loader.h b/TAO/tao/QtResource_Loader.h
index 14a2e6d84b6..212f2b51795 100644
--- a/TAO/tao/QtResource_Loader.h
+++ b/TAO/tao/QtResource_Loader.h
@@ -21,8 +21,12 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
+
#include <qapplication.h>
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
/**
@@ -43,10 +47,12 @@ namespace TAO
class TAO_QtResource_Export QtResource_Loader
{
public:
- QtResource_Loader (QApplication *qapp);
-
+ QtResource_Loader (QApplication *qapp);
virtual ~QtResource_Loader (void);
};
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_QTRESOURCE_LOADER_H */