summaryrefslogtreecommitdiff
path: root/TAO/tao/FlResource_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/FlResource_Loader.h')
-rw-r--r--TAO/tao/FlResource_Loader.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/TAO/tao/FlResource_Loader.h b/TAO/tao/FlResource_Loader.h
index feec4495f68..c56c2c5a39f 100644
--- a/TAO/tao/FlResource_Loader.h
+++ b/TAO/tao/FlResource_Loader.h
@@ -14,17 +14,12 @@
#ifndef TAO_FLRESOURCE_LOADER_H
#define TAO_FLRESOURCE_LOADER_H
#include /**/ "ace/pre.h"
-
#include "tao/TAO_FlResource_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Versioned_Namespace.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
@@ -46,14 +41,10 @@ namespace TAO
{
public:
- FlResource_Loader (void);
+ FlResource_Loader ( );
- virtual ~FlResource_Loader (void);
+ virtual ~FlResource_Loader ();
};
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
-
#endif /* TAO_FLRESOURCE_LOADER_H */