summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FT_ReplicationManager
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-09 07:20:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-09 07:20:23 +0000
commit45eefc686b90b6fd44a9505510de3329f122a1f2 (patch)
tree4f94133421835dadd31039d63bcdd1a7ed75cf88 /TAO/orbsvcs/FT_ReplicationManager
parentbe88a956f543ba74a49f480e024ef64f9e77f9bd (diff)
downloadATCD-45eefc686b90b6fd44a9505510de3329f122a1f2.tar.gz
Zapped ACE_RCSID
Diffstat (limited to 'TAO/orbsvcs/FT_ReplicationManager')
-rw-r--r--TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp
index 770d8ef9870..03de6907c61 100644
--- a/TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp
+++ b/TAO/orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp
@@ -20,11 +20,6 @@
#include "tao/debug.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID (FT_DefaultFaultAnalyzer,
- FT_DefaultFaultAnalyzer,
- "$Id$")
-
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/// Default constructor.
@@ -88,7 +83,7 @@ int TAO::FT_DefaultFaultAnalyzer::validate_event_type (
//
// The filterable_data part of the event body contains the
// identity of the crashed object as four name-value pairs: the
- // fault tolerance domain identifier, the member’s location
+ // fault tolerance domain identifier, the member�s location
// identifier, the repository identifier and the object group
// identifier. The Fault Notifier filters events based on the
// domain_name, the type_name, and the four identifiers. All