summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-19 00:03:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-19 00:03:57 +0000
commit7454de6218099289075b1cd76af0518367267279 (patch)
treecb92bce0aa151e731ad48853fd0aa2159b9d87c6
parent2673dd3c1a43320f05c9a315dd97c4abce73a021 (diff)
downloadATCD-7454de6218099289075b1cd76af0518367267279.tar.gz
ChangeLogTag:Fri Jan 18 15:55:59 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/client.dsp4
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/server.dsp4
3 files changed, 13 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index bd9e46bdfd7..76286d247e2 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Fri Jan 18 15:55:59 2002 Ossama Othman <ossama@uci.edu>
+
+ * tests/Portable_Interceptors/ForwardRequest/client.dsp:
+ * tests/Portable_Interceptors/ForwardRequest/server.dsp:
+
+ Added missing TAO_IDL include flag and ValueType generation
+ flag. PortableInteceptor.pidl now has support for
+ ObjectReferenceTemplates, which requires ValueType support.
+
Fri Jan 18 22:30:03 GMT 2002 Boris Kolpackov <bosk@ipmce.ru>
* tests/OBV/Any/*:
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/client.dsp b/TAO/tests/Portable_Interceptors/ForwardRequest/client.dsp
index 12db1464793..1ae1a21033d 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/client.dsp
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/client.dsp
@@ -136,7 +136,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 -DCORBA3 -I..\..\.. $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 -Gv -DCORBA3 -I..\..\.. -I..\..\..\tao $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -174,7 +174,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 -DCORBA3 -I..\..\.. $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Ge 1 -Gv -DCORBA3 -I..\..\.. -I..\..\..\tao $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/server.dsp b/TAO/tests/Portable_Interceptors/ForwardRequest/server.dsp
index a487260924d..47ad218bd52 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/server.dsp
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/server.dsp
@@ -152,7 +152,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 -DCORBA3 -I..\..\.. $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1-Gv -DCORBA3 -I..\..\.. -I..\..\..\tao $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -190,7 +190,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 -DCORBA3 -I..\..\.. $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Ge 1 -Gv -DCORBA3 -I..\..\.. -I..\..\..\tao $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)