summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-25 16:48:06 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-25 16:48:06 +0000
commitdebb94f4fa2ae205ee3b5b0c07243294cc297261 (patch)
tree987bc4b1e1a88b5aa59763801c32205f3200aa6f
parent73cd7d85183cac3560578ba9a5525ba38c65f004 (diff)
downloadATCD-debb94f4fa2ae205ee3b5b0c07243294cc297261.tar.gz
ChangeLogTag: Thu Aug 25 16:43:15 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp1
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index da5f5c3a076..39d28ffc068 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Aug 25 16:43:15 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/AnyTypeCode/Any_Array_Impl_T.cpp:
+
+ Added include of Any.h, similar to Any_Dual_Impl_T.cpp, needed
+ when compiling code generated for arrays and not passing -Sa
+ or -St to the IDL compiler.
+
Thu Aug 25 11:00:47 2005 Chris Cleeland <cleeland_c@ociweb.com>
This does two things in the Real Time Event Service:
diff --git a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
index 31998ed36e3..258c469dd0e 100644
--- a/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
+++ b/TAO/tao/AnyTypeCode/Any_Array_Impl_T.cpp
@@ -4,6 +4,7 @@
#define TAO_ANY_ARRAY_IMPL_T_C
#include "tao/AnyTypeCode/Any_Array_Impl_T.h"
+#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Unknown_IDL_Type.h"
#include "tao/AnyTypeCode/Marshal.h"
#include "tao/debug.h"