summaryrefslogtreecommitdiff
path: root/TAO/tao/TkResource_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TkResource_Factory.cpp')
-rw-r--r--TAO/tao/TkResource_Factory.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/TkResource_Factory.cpp b/TAO/tao/TkResource_Factory.cpp
index 765e7a40e02..d9d6d3dffeb 100644
--- a/TAO/tao/TkResource_Factory.cpp
+++ b/TAO/tao/TkResource_Factory.cpp
@@ -9,11 +9,13 @@ ACE_RCSID( TAO_TkResource,
"$Id$");
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
- TkResource_Factory::TkResource_Factory ():
- reactor_impl_( 0 )
+ TkResource_Factory::TkResource_Factory (void)
+ : reactor_impl_ (0)
{
}
@@ -35,3 +37,5 @@ namespace TAO
return this->reactor_impl_;
}
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL