summaryrefslogtreecommitdiff
path: root/TAO/tao/DLL_Parser.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 09:21:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-10 09:21:04 +0000
commit0715cd7807107d9f3ea1c00a1e3ca583b3721b66 (patch)
tree442a30b035b53f012483f97bbdb918bb6eca6c88 /TAO/tao/DLL_Parser.h
parent5663ba9fa875885e0624d99220d5cecb37d243e7 (diff)
downloadATCD-0715cd7807107d9f3ea1c00a1e3ca583b3721b66.tar.gz
Tue Oct 10 09:19:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
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));
};