summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-16 00:08:55 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-16 00:08:55 +0000
commitb51fed0116ed44c7a7ba6c3540909ec47d7e2e88 (patch)
treee385375d4f5286f6b2b85a7b4e7f93b9eba5831f
parenta17838878f68293e519c9b7429734015830a6f8e (diff)
downloadATCD-b51fed0116ed44c7a7ba6c3540909ec47d7e2e88.tar.gz
Thu Aug 16 00:04:21 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--ACE/ChangeLog12
-rwxr-xr-xACE/bin/fuzz.pl3
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Environment.cpp6
-rw-r--r--ACE/protocols/ace/TMCast/FaultDetector.hpp2
4 files changed, 16 insertions, 7 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 6d5b7c977e4..ddf006c2767 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,13 @@
+Thu Aug 16 00:04:21 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * protocols/ace/HTBP/HTBP_Environment.cpp:
+ * protocols/ace/TMCast/FaultDetector.hpp:
+ Untabify.
+
+ * bin/fuzz.pl:
+ Remove protocols directory from the list of excluded
+ directories for the tabs check.
+
Wed Aug 15 21:54:11 UTC 2007 Steve Huston <shuston@riverace.com>
* tests/New_Fail_Test.cpp: Allocate the hugest blocks we can instead
@@ -24,7 +34,7 @@ Wed Aug 15 15:56:12 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* bin/fuzz.pl:
- Remove performance-tests directory from the list of excluded
+ Remove performance-tests directory from the list of excluded
directories for the tabs check.
Wed Aug 15 14:57:06 UTC 2007 Steve Huston <shuston@riverace.com>
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index f2961f5b49e..c4c506234c3 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -309,8 +309,7 @@ sub check_for_tab ()
# directories for now to enable detection
# of new tabs introduced in the core
# of ACE/TAO/CIAO
- if (($file =~ /(ACE)*.*protocols/i) ||
- ($file =~ /(ACE)*.*netsvcs/i) ||
+ if (($file =~ /(ACE)*.*netsvcs/i) ||
($file =~ /(ACE)*.*examples/i) ||
($file =~ /(ACE)*.*contrib/i) ||
($file =~ /(ACE)*.*ASNMP/i) ||
diff --git a/ACE/protocols/ace/HTBP/HTBP_Environment.cpp b/ACE/protocols/ace/HTBP/HTBP_Environment.cpp
index 939c5225fe6..8fa1b0cc397 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Environment.cpp
+++ b/ACE/protocols/ace/HTBP/HTBP_Environment.cpp
@@ -3,8 +3,8 @@
#include "HTBP_Environment.h"
ACE_RCSID (HTBP,
- ACE_HTBP_Environment,
- "$Id$")
+ ACE_HTBP_Environment,
+ "$Id$")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -65,7 +65,7 @@ ACE::HTBP::Environment::initialize (int use_registry,
-1);
if (this->config_->open_section (config_->root_section (),
- ACE_TEXT("htbp"), 1,
+ ACE_TEXT("htbp"), 1,
this->htbp_key_) != 0)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT("(%P|%t) ACE::HTBP::Environment::initialize ")
diff --git a/ACE/protocols/ace/TMCast/FaultDetector.hpp b/ACE/protocols/ace/TMCast/FaultDetector.hpp
index 49ffcdd174c..d91540ba6f6 100644
--- a/ACE/protocols/ace/TMCast/FaultDetector.hpp
+++ b/ACE/protocols/ace/TMCast/FaultDetector.hpp
@@ -23,7 +23,7 @@ namespace ACE_TMCast
{
if (alone_)
alone_ = false;
-
+
silence_period_ = 0;
}