summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-11-28 05:44:15 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-11-28 05:44:15 +0000
commit89da42cecb810ed2a1747c5e6c30d099b5109371 (patch)
treec1bfd1845cf0d5e249792dae5ac41f4434d2421e /TAO/tao/Endpoint.h
parent10c2818bc889d3fdc46e1fbd060882823532d52a (diff)
downloadATCD-89da42cecb810ed2a1747c5e6c30d099b5109371.tar.gz
ChangeLogTag:Sun Nov 28 05:14:24 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Endpoint.h')
-rw-r--r--TAO/tao/Endpoint.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/TAO/tao/Endpoint.h b/TAO/tao/Endpoint.h
index 88dad57dc35..4e214943836 100644
--- a/TAO/tao/Endpoint.h
+++ b/TAO/tao/Endpoint.h
@@ -109,14 +109,6 @@ protected:
/// Cache the hash value
CORBA::ULong hash_val_;
-private:
-
- /// Endpoints should not be copied.
- ACE_UNIMPLEMENTED_FUNC (TAO_Endpoint (const TAO_Endpoint&))
- ACE_UNIMPLEMENTED_FUNC (void operator= (const TAO_Endpoint&))
-
-private:
-
/// IOP tag, identifying the protocol for which this endpoint
/// contains addressing info.
CORBA::ULong tag_;
@@ -128,6 +120,11 @@ private:
*/
CORBA::Short priority_;
+private:
+
+ /// Endpoints should not be copied.
+ ACE_UNIMPLEMENTED_FUNC (TAO_Endpoint (const TAO_Endpoint&))
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const TAO_Endpoint&))
};