summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h')
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h
index 551ae5fe5a9..07ae5071b8b 100644
--- a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h
+++ b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ReplicaController.h
@@ -132,7 +132,7 @@ private:
Log_ log_;
CORBA::ORB_var orb_;
PortableServer::POA_var root_poa_;
- auto_ptr<TMCast::Group> group_;
+ auto_ptr<ACE_TMCast::Group> group_;
};
#endif /* REPLICA_CONTROLLER_H */