diff options
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.h')
-rw-r--r-- | TAO/tao/CORBALOC_Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CORBALOC_Parser.h b/TAO/tao/CORBALOC_Parser.h index fcf59c35329..bf085b2f508 100644 --- a/TAO/tao/CORBALOC_Parser.h +++ b/TAO/tao/CORBALOC_Parser.h @@ -52,7 +52,7 @@ 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; /// Parse the ior-string that is passed. virtual CORBA::Object_ptr parse_string (const char *ior, |