summaryrefslogtreecommitdiff
path: root/TAO/tao/MCAST_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/MCAST_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/MCAST_Parser.h')
-rw-r--r--TAO/tao/MCAST_Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/MCAST_Parser.h b/TAO/tao/MCAST_Parser.h
index 847b28b426f..d8132a6f52f 100644
--- a/TAO/tao/MCAST_Parser.h
+++ b/TAO/tao/MCAST_Parser.h
@@ -47,7 +47,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,