summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-08-10 17:11:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-08-10 17:11:33 +0000
commitcce2d7980e1c4132f0277378ba97ec7025c488c3 (patch)
treedb9913e9d32b52e0d3a5e32a2df27e7001a9dce1 /TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h
parent9f64d6c517c1db1924d755505d3fe69a9aa8d171 (diff)
downloadATCD-cce2d7980e1c4132f0277378ba97ec7025c488c3.tar.gz
Sat Aug 10 17:11:21 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.h: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp: * orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context_Factory.cpp: Reapplied, didn't solve the ft failures, need to do some time travel on the repo to see where this got introduced
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h
index 1303c78daae..8e1c7223dad 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h
+++ b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Persistent_Naming_Context.h
@@ -62,7 +62,7 @@ public:
static void set_naming_manager_impl (TAO_FT_Naming_Manager *mgr_impl);
- bool is_object_group (const CORBA::Object_ptr obj) const;
+ CORBA::Boolean is_object_group (CORBA::Object_ptr obj) const;
protected:
static TAO_FT_Naming_Manager *naming_manager_impl_;