summaryrefslogtreecommitdiff
path: root/TAO/tao/FlResource_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/FlResource_Factory.h')
-rw-r--r--TAO/tao/FlResource_Factory.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/tao/FlResource_Factory.h b/TAO/tao/FlResource_Factory.h
index c56d652005a..ab34c6ef503 100644
--- a/TAO/tao/FlResource_Factory.h
+++ b/TAO/tao/FlResource_Factory.h
@@ -13,18 +13,14 @@
#ifndef TAO_FLRESOURCE_FACTORY_H
#define TAO_FLRESOURCE_FACTORY_H
#include /**/ "ace/pre.h"
-
+#include "ace/FlReactor.h"
#include "tao/TAO_FlResource_Export.h"
+#include "tao/GUIResource_Factory.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/FlReactor.h"
-#include "tao/GUIResource_Factory.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
/**
@@ -55,8 +51,5 @@ namespace TAO
ACE_FlReactor *reactor_impl_;
};
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_FLRESOURCE_FACTORY_H */