From d789c29675e09d02a79cfbdd0fc6cf9709b1a975 Mon Sep 17 00:00:00 2001 From: parsons Date: Fri, 9 May 2003 16:08:11 +0000 Subject: ChangeLogTag: Fri May 9 11:05:24 2003 Jeff Parsons --- TAO/ChangeLog | 6 ++++++ TAO/tao/corba.h | 2 ++ 2 files changed, 8 insertions(+) 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 + + * tao/corba.h: + + Added "Pseudo_VarOut_T.h" to the #includes. + Fri May 09 16:53:10 2003 Simon McQueen * 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" -- cgit v1.2.1