summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-20 01:23:22 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-20 01:23:22 +0000
commitd4f918ea3e1c9e48ce54356c6deb7c0c50f13a5c (patch)
tree64693b3208d337f72c792e143d0b6d7fdf3b0e79
parent233554954f74be05695a5459f787770d00613dc5 (diff)
downloadATCD-d4f918ea3e1c9e48ce54356c6deb7c0c50f13a5c.tar.gz
ChangeLogTag: Wed Sep 20 01:10:58 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/default_resource.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 5f76856e965..c0335abf6f5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Sep 20 01:10:58 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
+
+ * tao/default_resource.cpp:
+
+ Fixing the extra semicolon, causing hickups on some
+ platforms. Thanks to Phil Mesnier for catching it.
+
Tue Sep 19 19:31:15 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
* tao/IIOP_Acceptor.h:
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp
index a76d8d81cd5..34418e1b0d5 100644
--- a/TAO/tao/default_resource.cpp
+++ b/TAO/tao/default_resource.cpp
@@ -37,7 +37,7 @@ TAO_Codeset_Parameters::TAO_Codeset_Parameters (void)
: translators_ ()
, native_ (0)
{
-};
+}
TAO_Codeset_Parameters::~TAO_Codeset_Parameters (void)
{