summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-18 16:45:18 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-09-18 16:45:18 +0000
commitc9e44479318b645f300b873bd4b98495da072739 (patch)
treed679cec704a6e23bba36d0adf179285a31f8d545
parentd34c7ed761e5c962f719cd17de64e1fba12d441f (diff)
downloadATCD-c9e44479318b645f300b873bd4b98495da072739.tar.gz
Mon Sep 18 16:44:10 UTC 2006 Ciju John <johnc@ociweb.com>
* tao/Transport_Connector.cpp: Removed an extra semi-colon.
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/Transport_Connector.cpp2
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 803528b0237..c4e7d1c47e0 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 18 16:44:10 UTC 2006 Ciju John <johnc@ociweb.com>
+
+ * tao/Transport_Connector.cpp:
+ Removed an extra semi-colon.
+
Fri Sep 15 19:02:58 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/include/idl_global.h:
@@ -7,7 +12,7 @@ Fri Sep 15 19:02:58 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/fe/fe_init.cpp:
* TAO_IDL/util/utl_global.cpp:
* TAO_IDL/util/utl_scope.cpp:
-
+
Added recognition of CORBA::AbstractBase as a pseudo
object, similarly to the existing support for Object,
ValueBase, and TypeCode. Also added automatic inclusion
diff --git a/TAO/tao/Transport_Connector.cpp b/TAO/tao/Transport_Connector.cpp
index 5f0613260e5..9923be4fcb5 100644
--- a/TAO/tao/Transport_Connector.cpp
+++ b/TAO/tao/Transport_Connector.cpp
@@ -66,7 +66,7 @@ namespace
bool awake_;
};
-};
+}
TAO_BEGIN_VERSIONED_NAMESPACE_DECL