summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_Parser.h
diff options
context:
space:
mode:
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>.