summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2004-08-20 08:30:53 +0000
committermcorino <mcorino@users.noreply.github.com>2004-08-20 08:30:53 +0000
commit267eaf9a4081420e7ffc5eb3d158ffc82825bee6 (patch)
treed8c95537189b6e9dd2e074b4a6116827ba5ca5e0
parentf3924ab1ac91af6097f44a95e17d9ddb58139bbb (diff)
downloadATCD-267eaf9a4081420e7ffc5eb3d158ffc82825bee6.tar.gz
ChangeLogTag: Fri Aug 20 09:27:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
-rw-r--r--ChangeLog10
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc4
-rw-r--r--TAO/tests/Bug_1568_Regression/Bug_1568_Regression.mpc4
-rw-r--r--TAO/tests/Bug_1670_Regression/Bug_1670_Regression.mpc4
-rw-r--r--TAO/tests/ORT/ORT.mpc4
6 files changed, 28 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 655699866ed..301fe3b66ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Aug 20 09:27:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
+
+ * TAO/tests/ORT/ORT.mpc:
+ TAO/tests/Bug_1670_Regression/Bug_1670_Regression.mpc:
+ TAO/tests/Bug_1568_Regression/Bug_1568_Regression.mpc:
+ TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc:
+
+ Removed outdated -Gv IDL option according to [Bug 1908].
+
+
Fri Aug 20 07:47:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
* bin/bin/MakeProjectCreator/templates/gnu.mpd:
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 05732f7aaca..2bac8b080b7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Fri Aug 20 09:27:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
+
+ * tests/ORT/ORT.mpc:
+ * tests/Bug_1670_Regression/Bug_1670_Regression.mpc:
+ * tests/Bug_1568_Regression/Bug_1568_Regression.mpc:
+ * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc:
+
+ Removed outdated -Gv IDL option according to [Bug 1908].
+
+
Thu Aug 19 23:28:25 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/Acceptor_Impl.cpp:
diff --git a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
index ed0d52a13c5..8dc4ef24e24 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
+++ b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/GroupRef_Manipulation.mpc
@@ -3,7 +3,7 @@
project(*Server): taoserver, orbsvcsexe, iormanip, ftorb, messaging{
requires += interceptors
- idlflags += -Gv -DCORBA3 -I$(TAO_ROOT)
+ idlflags += -DCORBA3 -I$(TAO_ROOT)
Source_Files {
test_i.cpp
@@ -17,7 +17,7 @@ project(*Server): taoserver, orbsvcsexe, iormanip, ftorb, messaging{
project(*Client): taoclient, orbsvcsexe, iormanip, ftorb {
requires += interceptors
- idlflags += -Gv -DCORBA3 -I$(TAO_ROOT)
+ idlflags += -DCORBA3 -I$(TAO_ROOT)
Source_Files {
testC.cpp
diff --git a/TAO/tests/Bug_1568_Regression/Bug_1568_Regression.mpc b/TAO/tests/Bug_1568_Regression/Bug_1568_Regression.mpc
index 76e18048de3..f615a00d4a8 100644
--- a/TAO/tests/Bug_1568_Regression/Bug_1568_Regression.mpc
+++ b/TAO/tests/Bug_1568_Regression/Bug_1568_Regression.mpc
@@ -2,7 +2,7 @@
// $Id$
project(*Server): taoserver {
- idlflags += -Gv -GH
+ idlflags += -GH
Source_Files {
server.cpp
}
@@ -10,7 +10,7 @@ project(*Server): taoserver {
project(*Client): taoserver {
exename = client
- idlflags += -Gv -GH
+ idlflags += -GH
Source_Files {
client.cpp
}
diff --git a/TAO/tests/Bug_1670_Regression/Bug_1670_Regression.mpc b/TAO/tests/Bug_1670_Regression/Bug_1670_Regression.mpc
index 76e18048de3..f615a00d4a8 100644
--- a/TAO/tests/Bug_1670_Regression/Bug_1670_Regression.mpc
+++ b/TAO/tests/Bug_1670_Regression/Bug_1670_Regression.mpc
@@ -2,7 +2,7 @@
// $Id$
project(*Server): taoserver {
- idlflags += -Gv -GH
+ idlflags += -GH
Source_Files {
server.cpp
}
@@ -10,7 +10,7 @@ project(*Server): taoserver {
project(*Client): taoserver {
exename = client
- idlflags += -Gv -GH
+ idlflags += -GH
Source_Files {
client.cpp
}
diff --git a/TAO/tests/ORT/ORT.mpc b/TAO/tests/ORT/ORT.mpc
index fb932d28ff1..43cb4b657b6 100644
--- a/TAO/tests/ORT/ORT.mpc
+++ b/TAO/tests/ORT/ORT.mpc
@@ -4,7 +4,7 @@
project(Test_ORT_Server): taoexe, portableserver {
requires += interceptors
- idlflags += -I$(TAO_ROOT) -Gv
+ idlflags += -I$(TAO_ROOT)
IDL_Files {
ORT_test.idl
@@ -27,7 +27,7 @@ project(Test_ORT_Server): taoexe, portableserver {
project(Test_ORT_Client): taoexe {
requires += interceptors
- idlflags += -I$(TAO_ROOT) -Gv
+ idlflags += -I$(TAO_ROOT)
after += Test_ORT_Server
IDL_Files {