summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-14 10:26:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-14 10:26:42 +0000
commitb04c25e26af0e6a341c94bf76eace3b55b6345a4 (patch)
tree6e89c53ea0ae9bc5bd8be90f1901af37a732d4b0
parent49048d2fe2a6fd45fe64537d3d5de87ef870412f (diff)
downloadATCD-b04c25e26af0e6a341c94bf76eace3b55b6345a4.tar.gz
Tue Aug 14 10:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/Transport_Selection_Guard.cpp2
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2ee2f5ca6fd..a9a691bc4b0 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,10 +1,16 @@
+Tue Aug 14 10:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Transport_Selection_Guard.cpp:
+ Fixed incorrect ACE_RCSID. Thanks to Bogdan Jeram
+ <bjeram at eso dot org> for reporting this. This fixes bugzilla
+ 3040
+
Mon Aug 13 20:54:46 UTC 2007 Dale Wilson <wilsond@ociweb.com>
* tao/Transport_Cache_Manager.cpp:
Eliminate the unused variable which was optimized out of
existence by the previous check-in.
-
Mon Aug 13 18:57:05 UTC 2007 Dale Wilson <wilsond@ociweb.com>
* tao/Transport_Cache_Manager.h:
diff --git a/TAO/tao/Transport_Selection_Guard.cpp b/TAO/tao/Transport_Selection_Guard.cpp
index 6c09172b7ff..3f0c86d0928 100644
--- a/TAO/tao/Transport_Selection_Guard.cpp
+++ b/TAO/tao/Transport_Selection_Guard.cpp
@@ -4,7 +4,7 @@
#include "tao/TSS_Resources.h"
ACE_RCSID (tao,
- Transport_Selection_Guard.cpp,
+ Transport_Selection_Guard,
"$Id$")
TAO_BEGIN_VERSIONED_NAMESPACE_DECL