summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h')
-rw-r--r--TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h b/TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h
index 5749011b0e6..21bd46db733 100644
--- a/TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h
+++ b/TAO/tao/RTPortableServer/RT_Object_Adapter_Factory.h
@@ -1,5 +1,4 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
//=============================================================================
/**
* @file RT_Object_Adapter_Factory.h
@@ -14,7 +13,7 @@
#define TAO_RT_OBJECT_ADAPTER_FACTORY_H
#include /**/ "ace/pre.h"
-#include "tao/RTPortableServer/rtportableserver_export.h"
+#include "rtportableserver_export.h"
#include "tao/Adapter_Factory.h"
#include "tao/orbconf.h"
@@ -27,19 +26,17 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_RTPortableServer_Export TAO_RT_Object_Adapter_Factory
: public TAO_Adapter_Factory
{
public:
+ /// Constructor
+ TAO_RT_Object_Adapter_Factory (void);
/// Create adapter.
virtual TAO_Adapter *create (TAO_ORB_Core *orb_core);
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
ACE_STATIC_SVC_DECLARE (TAO_RT_Object_Adapter_Factory)
ACE_FACTORY_DECLARE (TAO_RTPortableServer, TAO_RT_Object_Adapter_Factory)