summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-02-05 18:25:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-02-05 18:25:57 +0000
commit15fc30e5a5d54fb3b2fd28bdd143e9037448c3da (patch)
tree79a0b1df6ff524f7085bac372da43b6fbac88398
parentd41662491040ff53f045bd6f2aff1e801fe45366 (diff)
downloadATCD-15fc30e5a5d54fb3b2fd28bdd143e9037448c3da.tar.gz
ChangeLogTag: Thu Feb 5 12:24:24 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMI/ami.mpc10
2 files changed, 13 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9ca5da7ff5e..a047edd788f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 5 12:24:24 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * performance-tests/Sequence_Latency/AMI/ami.mpc:
+
+ Added taoexe to the inheritance list for both projects in this mpc
+ file. They were relying on valuetype to bring in taoidldefaults,
+ which has changed.
+
Thu Feb 5 10:29:37 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/orbsvcs/Time_Utilities.h:
diff --git a/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc b/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc
index 0c2b1d2b4a3..7097492b3f0 100644
--- a/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc
+++ b/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(* sequence server): messaging, strategies {
+project(* sequence server): taoexe, messaging, strategies {
idlflags -= -Sc
idlflags += -GC
requires += ami
@@ -10,10 +10,10 @@ project(* sequence server): messaging, strategies {
Roundtrip.cpp
Server_Task.cpp
server.cpp
- }
+ }
}
-
-project(* sequence client): messaging, strategies {
+
+project(* sequence client): taoexe, messaging, strategies {
exename = client
idlflags -= -Sc
idlflags += -GC
@@ -22,6 +22,6 @@ project(* sequence client): messaging, strategies {
Source_Files {
Roundtrip_Handler.cpp
client.cpp
- }
+ }
}