summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Adapter_Registry.h')
-rw-r--r--TAO/tao/Adapter_Registry.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/Adapter_Registry.h b/TAO/tao/Adapter_Registry.h
index 5572d422a3f..e184f1a81ca 100644
--- a/TAO/tao/Adapter_Registry.h
+++ b/TAO/tao/Adapter_Registry.h
@@ -29,8 +29,6 @@
#include "tao/CORBA_methods.h"
#include "tao/Pseudo_VarOut_T.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace CORBA
{
typedef TAO_Pseudo_Var_T<Object> Object_var;
@@ -95,7 +93,8 @@ public:
/// Initialize a collocated object using the given stub and object
/// pointer for lazily evaluated object references.
- CORBA::Long initialize_collocated_object (TAO_Stub *);
+ CORBA::Long initialize_collocated_object (TAO_Stub *,
+ CORBA::Object_ptr o);
/// Fetch the adapter named @a name
TAO_Adapter *find_adapter (const char *name) const;
@@ -114,8 +113,6 @@ private:
//@}
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */