summaryrefslogtreecommitdiff
path: root/TAO/tao/TkResource_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TkResource_Loader.h')
-rw-r--r--TAO/tao/TkResource_Loader.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/TAO/tao/TkResource_Loader.h b/TAO/tao/TkResource_Loader.h
index 86122b169d1..9b20a5eac02 100644
--- a/TAO/tao/TkResource_Loader.h
+++ b/TAO/tao/TkResource_Loader.h
@@ -13,19 +13,13 @@
#ifndef TAO_TKRESOURCE_LOADER_H
#define TAO_TKRESOURCE_LOADER_H
-
#include /**/ "ace/pre.h"
-
#include "tao/TAO_TkResource_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
{
/**
@@ -44,17 +38,12 @@ namespace TAO
*/
class TAO_TkResource_Export TkResource_Loader
{
- public:
- TkResource_Loader (void);
-
- virtual ~TkResource_Loader (void);
+ public:
+ TkResource_Loader ( );
+ virtual ~TkResource_Loader ();
};
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
-
#endif /* TAO_TKRESOURCE_LOADER_H */