summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBALOC_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
commitcccc3144551b84c5479807c42a3d919606f2c8fc (patch)
tree442a30b035b53f012483f97bbdb918bb6eca6c88 /TAO/tao/CORBALOC_Parser.h
parentb2188ff276abeb8da6f6d62a344b2e4e2c024e30 (diff)
downloadATCD-cccc3144551b84c5479807c42a3d919606f2c8fc.tar.gz
Tue Oct 10 09:19:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CORBALOC_Parser.h')
-rw-r--r--TAO/tao/CORBALOC_Parser.h2
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,