summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"