diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-10 09:21:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-10 09:21:04 +0000 |
commit | 0715cd7807107d9f3ea1c00a1e3ca583b3721b66 (patch) | |
tree | 442a30b035b53f012483f97bbdb918bb6eca6c88 /TAO/tao/DLL_Parser.h | |
parent | 5663ba9fa875885e0624d99220d5cecb37d243e7 (diff) | |
download | ATCD-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.h | 5 |
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)); }; |