summaryrefslogtreecommitdiff
path: root/TAO/tao/Default_Stub_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Default_Stub_Factory.h')
-rw-r--r--TAO/tao/Default_Stub_Factory.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/tao/Default_Stub_Factory.h b/TAO/tao/Default_Stub_Factory.h
index e0a4c60c5ec..f5b82a070ee 100644
--- a/TAO/tao/Default_Stub_Factory.h
+++ b/TAO/tao/Default_Stub_Factory.h
@@ -1,5 +1,3 @@
-// -*- C++ -*-
-
//=============================================================================
/**
* @file Default_Stub_Factory.h
@@ -27,8 +25,6 @@
#include "tao/Stub_Factory.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_Default_Stub_Factory
*
@@ -43,8 +39,7 @@ class TAO_Export TAO_Default_Stub_Factory
: public TAO_Stub_Factory
{
public:
-
- /// Destructor.
+ // -- Ctor/Dtor --
virtual ~TAO_Default_Stub_Factory (void);
/// Creates a Stub Object.
@@ -52,11 +47,8 @@ public:
const TAO_MProfile &profiles,
TAO_ORB_Core *orb_core
ACE_ENV_ARG_DECL);
-
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, TAO_Default_Stub_Factory)
ACE_FACTORY_DECLARE (TAO, TAO_Default_Stub_Factory)