summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-10 03:06:34 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-10 03:06:34 +0000
commit4564e5b9318e3127ac8e4f0411406f66f372f404 (patch)
tree641b411e2bd480d707cae6586826307943f3b26b /TAO/tao/Connector_Registry.h
parent31ef680946c70ed32b8b108da2c9e0e6e02c9ef3 (diff)
downloadATCD-4564e5b9318e3127ac8e4f0411406f66f372f404.tar.gz
ChangeLogTag:Tue May 9 20:01:41 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.h')
-rw-r--r--TAO/tao/Connector_Registry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Connector_Registry.h b/TAO/tao/Connector_Registry.h
index f2702e87e3f..dce43c7da60 100644
--- a/TAO/tao/Connector_Registry.h
+++ b/TAO/tao/Connector_Registry.h
@@ -115,6 +115,10 @@ private:
// Put the preconnects in a form that makes it simple for protocol
// implementers to parse.
+ // Prohibited
+ ACE_UNIMPLEMENTED_FUNC (TAO_Connector_Registry (const TAO_Connector_Registry&))
+ ACE_UNIMPLEMENTED_FUNC (void operator= (const TAO_Connector_Registry&))
+
private:
TAO_Connector** connectors_;
// List of connectors that are currently open.