summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-19 19:42:38 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-19 19:42:38 +0000
commit7c032940ee704ac992ae80a0c663c7620dfbc9c7 (patch)
treea41f9bde5dc48b7082848afae36473ec63187644
parentf96b625f781396a31e015b5ef3f99d3f6e32736e (diff)
downloadATCD-7c032940ee704ac992ae80a0c663c7620dfbc9c7.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c10
-rw-r--r--TAO/tests/Native_Exceptions/server.dsp4
2 files changed, 9 insertions, 5 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d29647585f2..a6d7c9fe0f6 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -47,14 +47,18 @@ Sat Jun 19 12:59:28 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* NestedUpcall/Triangle_Test/initiator.dsp:
* NestedUpcall/Triangle_Test/server_A.dsp:
* NestedUpcall/Triangle_Test/server_B.dsp:
- * Native_Exceptions/client.dsp:
- * Native_Exceptions/server.dsp:
* Param_Test/client.dsp:
* Param_Test/server.dsp:
* OctetSeq/OctetSeq.dsp:
* orbsvcs/orbsvcs/orbsvcs.dsp:
* orbsvcs/orbsvcs/orbsvcs_static.dsp: Changed the tao_idl
- invocation parameter in all these NT related project files.
+ invocation parameter in all these NT related project files. The
+ command line parameter is set to '-Ge 1'.
+
+ * Native_Exceptions/client.dsp:
+ * Native_Exceptions/server.dsp: Here the command line parameters
+ where changed from '-Ge' to '-Ge 0'.
+
Fri Jun 18 21:00:18 1999 Jeff Parsons <parsons@cs.wustl.edu>
diff --git a/TAO/tests/Native_Exceptions/server.dsp b/TAO/tests/Native_Exceptions/server.dsp
index f340042cbb1..99d31c2bc37 100644
--- a/TAO/tests/Native_Exceptions/server.dsp
+++ b/TAO/tests/Native_Exceptions/server.dsp
@@ -137,7 +137,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\bin\release\tao_idl -Ge 0 -Ge $(InputName).idl
+ ..\..\..\bin\release\tao_idl -Ge 0 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -175,7 +175,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\bin\tao_idl -Ge 0 -Ge $(InputName).idl
+ ..\..\..\bin\tao_idl -Ge 0 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)