summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-09 16:08:11 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-09 16:08:11 +0000
commitd789c29675e09d02a79cfbdd0fc6cf9709b1a975 (patch)
treea9a561cb05219915fe279ac7d0f0f1b9735bbdd1
parent26950199b216cdf489aa73b8241f099fa9dc9dd8 (diff)
downloadATCD-d789c29675e09d02a79cfbdd0fc6cf9709b1a975.tar.gz
ChangeLogTag: Fri May 9 11:05:24 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/corba.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f85f1cd77df..ba6503560c8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri May 9 11:05:24 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/corba.h:
+
+ Added "Pseudo_VarOut_T.h" to the #includes.
+
Fri May 09 16:53:10 2003 Simon McQueen <sm@prismtechnologies.com>
* examples/PluggableUDP/tests/Basic/client.dsp:
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index 8167801991b..a6d140d3041 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -43,6 +43,7 @@
#include "tao/Any_Special_Basic_Impl_T.h"
#include "tao/Any_Array_Impl_T.h"
#include "tao/Any_Dual_Impl_T.h"
+#include "tao/SArgument_T.h"
#include "tao/Environment.h"
#include "tao/Exception.h"
@@ -73,6 +74,7 @@
// Template _var and _out classes.
#include "tao/Objref_VarOut_T.h"
+#include "tao/Pseudo_VarOut_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/Array_VarOut_T.h"