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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Default_Stub_Factory.h b/TAO/tao/Default_Stub_Factory.h
index 710f5c41c8b..a4e26ccf0a5 100644
--- a/TAO/tao/Default_Stub_Factory.h
+++ b/TAO/tao/Default_Stub_Factory.h
@@ -10,7 +10,6 @@
* This class creates the default stub, that is used in
* plain CORBA.
*
- *
* @author Angelo Corsaro <corsaro@cs.wustl.edu>
*/
//=============================================================================
@@ -43,16 +42,13 @@ class TAO_Export TAO_Default_Stub_Factory
: public TAO_Stub_Factory
{
public:
-
/// Destructor.
virtual ~TAO_Default_Stub_Factory (void);
/// Creates a Stub Object.
virtual TAO_Stub *create_stub (const char *repository_id,
const TAO_MProfile &profiles,
- TAO_ORB_Core *orb_core
- );
-
+ TAO_ORB_Core *orb_core);
};
TAO_END_VERSIONED_NAMESPACE_DECL