summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DLL_Parser.h')
-rw-r--r--TAO/tao/DLL_Parser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/DLL_Parser.h b/TAO/tao/DLL_Parser.h
index 62feb63a54c..1598bf85a6a 100644
--- a/TAO/tao/DLL_Parser.h
+++ b/TAO/tao/DLL_Parser.h
@@ -84,10 +84,9 @@ public:
// = The IOR_Parser methods, please read the documentation in
// IOR_Parser.h
- virtual int match_prefix (const char *ior_string) const;
+ virtual bool match_prefix (const char *ior_string) const;
virtual CORBA::Object_ptr parse_string (const char *ior,
- CORBA::ORB_ptr orb
- ACE_ENV_ARG_DECL_NOT_USED)
+ CORBA::ORB_ptr orb)
ACE_THROW_SPEC ((CORBA::SystemException));
};