summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.h
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-01 05:56:09 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-01 05:56:09 +0000
commit664bf6221d1924dc44ad3a5c84c70de5ef4441a3 (patch)
tree914a456e09c5b88e2b12b016e30ae1c4c4086419 /TAO/tao/CORBALOC_Parser.h
parent664ff4d1bc0dc0fb8c8c79134791fc1266cc0cf7 (diff)
downloadATCD-664bf6221d1924dc44ad3a5c84c70de5ef4441a3.tar.gz
ChangeLogTag: Mon Apr 30 22:50:27 2001 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.h')
-rw-r--r--TAO/tao/CORBALOC_Parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/CORBALOC_Parser.h b/TAO/tao/CORBALOC_Parser.h
index 579de3bfdf1..0e7ae1a911b 100644
--- a/TAO/tao/CORBALOC_Parser.h
+++ b/TAO/tao/CORBALOC_Parser.h
@@ -58,7 +58,9 @@ public:
private:
/// Checks the prefix to see if it is RIR.
- virtual int check_prefix (const char *endpoint);
+ virtual int check_prefix (const char *endpoint,
+ CORBA::Environment &ACE_TRY_ENV)
+ ACE_THROW_SPEC ((CORBA::SystemException));
/// Helps count the length of the <obj_addr_list> and the number of
/// individual <obj_addr> in the <obj_addr_list>.