summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Endpoint.h')
-rw-r--r--TAO/tao/Endpoint.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/Endpoint.h b/TAO/tao/Endpoint.h
index b9ac5ef5a45..b762595ef58 100644
--- a/TAO/tao/Endpoint.h
+++ b/TAO/tao/Endpoint.h
@@ -27,6 +27,8 @@
#include "tao/Basic_Types.h"
#include "tao/orbconf.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/*
* Includes and forward decls for specializing TAO's
* endpoint implementation.
@@ -123,7 +125,7 @@ protected:
/// IOP tag, identifying the protocol for which this endpoint
/// contains addressing info.
- CORBA::ULong tag_;
+ CORBA::ULong const tag_;
/**
* CORBA priority of the acceptor this Endpoint is representing.
@@ -135,8 +137,8 @@ protected:
private:
/// Endpoints should not be copied.
- ACE_UNIMPLEMENTED_FUNC (TAO_Endpoint (const TAO_Endpoint&))
- ACE_UNIMPLEMENTED_FUNC (void operator= (const TAO_Endpoint&))
+ TAO_Endpoint (const TAO_Endpoint&);
+ void operator= (const TAO_Endpoint&);
/*
* Addition of private members from derived class.
@@ -147,6 +149,8 @@ private:
//@@ TAO_ENDPOINT_SPL_EXTERN_ADD_HOOK
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
# include "tao/Endpoint.i"
#endif /* __ACE_INLINE__ */