summaryrefslogtreecommitdiff
path: root/TAO/tao/Parser_Registry.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 07:21:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 07:21:37 +0000
commit790a071597a8de1a94aae0983c6cdaef19b94a19 (patch)
treef9dc967bf5dfff909aedc3fd0ee4f8ba68952ad9 /TAO/tao/Parser_Registry.h
parent980bbfd07c35004e4adfd98c696edefb24c48df9 (diff)
downloadATCD-790a071597a8de1a94aae0983c6cdaef19b94a19.tar.gz
ChangeLogTag:Wed Apr 16 00:18:08 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Parser_Registry.h')
-rw-r--r--TAO/tao/Parser_Registry.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Parser_Registry.h b/TAO/tao/Parser_Registry.h
index cf78deaabbd..825f3f2c0cb 100644
--- a/TAO/tao/Parser_Registry.h
+++ b/TAO/tao/Parser_Registry.h
@@ -61,16 +61,19 @@ public:
Parser_Iterator end (void) const;
private:
+
// The parser registry should not be copied.
- ACE_UNIMPLEMENTED_FUNC (TAO_Parser_Registry (const TAO_Parser_Registry&))
- ACE_UNIMPLEMENTED_FUNC (void operator= (const TAO_Parser_Registry&))
+ TAO_Parser_Registry (const TAO_Parser_Registry&);
+ void operator= (const TAO_Parser_Registry&);
private:
+
/// List of parsers
TAO_IOR_Parser **parsers_;
/// Number of parsers
size_t size_;
+
};
#if defined(__ACE_INLINE__)