summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-08-14 04:22:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-08-14 04:22:01 +0000
commitb63fbba2252906da77c165ecd09ea0d8e5c96d42 (patch)
tree2486c213bb55c2f80f25e61f5de3a395cfd5d8cc /TAO
parent454fd987fdbd55f2f5cabe19c9dba8b57657205f (diff)
downloadATCD-b63fbba2252906da77c165ecd09ea0d8e5c96d42.tar.gz
ChangeLogTag:Sat Aug 14 04:20:44 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/CIAO/ChangeLog9
-rw-r--r--TAO/CIAO/DAnCE/ExecutionManager/ExecutionManager_Impl.h2
-rw-r--r--TAO/CIAO/DAnCE/ciao/ComponentsC.h2
-rw-r--r--TAO/CIAO/ciao/ComponentsC.h2
4 files changed, 12 insertions, 3 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 2f906cef320..6982bbc037c 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,12 @@
+Sat Aug 14 04:20:44 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
+ * DAnCE/ciao/ComponentsC.h:
+ * ciao/ComponentsC.h:
+
+ Removed a trailing ; at the end of namespace closure. g++-3.4.1
+ starts getting seizures once it locates a trailing ;.
+
Sat Aug 14 03:29:18 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* DAnCE/tests/Config_Handlers/handler_test.mpb:
diff --git a/TAO/CIAO/DAnCE/ExecutionManager/ExecutionManager_Impl.h b/TAO/CIAO/DAnCE/ExecutionManager/ExecutionManager_Impl.h
index ebc5aab66e3..1d009de77a6 100644
--- a/TAO/CIAO/DAnCE/ExecutionManager/ExecutionManager_Impl.h
+++ b/TAO/CIAO/DAnCE/ExecutionManager/ExecutionManager_Impl.h
@@ -126,7 +126,7 @@ namespace CIAO
TAO::Utils::Servant_Var<CIAO::DomainApplicationManager_Impl> dam_servant_;
};
-};
+}
#include /**/ "ace/post.h"
#endif /* EXECUTIONMANAGER_IMPL_H */
diff --git a/TAO/CIAO/DAnCE/ciao/ComponentsC.h b/TAO/CIAO/DAnCE/ciao/ComponentsC.h
index 32e5a755e83..4ef065c4e8d 100644
--- a/TAO/CIAO/DAnCE/ciao/ComponentsC.h
+++ b/TAO/CIAO/DAnCE/ciao/ComponentsC.h
@@ -72,7 +72,7 @@
// Traits specializations.
namespace TAO
{
-};
+}
// TAO_IDL - Generated from
// be/be_visitor_root/cdr_op.cpp:48
diff --git a/TAO/CIAO/ciao/ComponentsC.h b/TAO/CIAO/ciao/ComponentsC.h
index 32e5a755e83..4ef065c4e8d 100644
--- a/TAO/CIAO/ciao/ComponentsC.h
+++ b/TAO/CIAO/ciao/ComponentsC.h
@@ -72,7 +72,7 @@
// Traits specializations.
namespace TAO
{
-};
+}
// TAO_IDL - Generated from
// be/be_visitor_root/cdr_op.cpp:48