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, 9 insertions, 1 deletions
diff --git a/TAO/tao/Default_Stub_Factory.h b/TAO/tao/Default_Stub_Factory.h
index f5b82a070ee..e0a4c60c5ec 100644
--- a/TAO/tao/Default_Stub_Factory.h
+++ b/TAO/tao/Default_Stub_Factory.h
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
//=============================================================================
/**
* @file Default_Stub_Factory.h
@@ -25,6 +27,8 @@
#include "tao/Stub_Factory.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Default_Stub_Factory
*
@@ -39,7 +43,8 @@ class TAO_Export TAO_Default_Stub_Factory
: public TAO_Stub_Factory
{
public:
- // -- Ctor/Dtor --
+
+ /// Destructor.
virtual ~TAO_Default_Stub_Factory (void);
/// Creates a Stub Object.
@@ -47,8 +52,11 @@ 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)