summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 18:27:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 18:27:21 +0000
commit99929ae0fdaa018ffb06e88db16d1fe3c9af67ca (patch)
treef83a91b1355e9762c4ee53b82362b4ac6acd38ee
parentb778189a4303893acc858d4510ff337184d2ca1b (diff)
downloadATCD-99929ae0fdaa018ffb06e88db16d1fe3c9af67ca.tar.gz
ChangeLogTag: Fri Aug 19 18:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc1
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc5
-rw-r--r--TAO/tests/Crash_On_Write/Crash_On_Write.mpc1
-rw-r--r--TAO/tests/MT_Client/MT_Client.mpc1
-rw-r--r--TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc2
-rw-r--r--TAO/tests/Single_Read/Single_Read.mpc2
7 files changed, 14 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d03649e3adc..7de2b1d08d3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 19 18:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Messaging/Messaging_PolicyFactory.{h,cpp}:
+ Fixed compile error when no messaging is defined
+
Fri Aug 19 14:00:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/ImR_Client/ImplRepoS.cpp:
diff --git a/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc b/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
index 2ae37efe568..6315f7527b3 100644
--- a/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
+++ b/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
@@ -3,6 +3,7 @@
// $Id$
project(*Server): taoserver, naming, iortable {
+ idlflags += -Sa -St
macros += TEST_OUTPUT_HAS_DLL=0
Source_Files {
Test_Output.cpp
diff --git a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
index 6a997ec5874..84a65421bce 100644
--- a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
+++ b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*server): taoserver {
+ idlflags += -Sa -St
Source_Files {
Factory.cpp
Simple.cpp
@@ -16,7 +17,9 @@ project(*client): taoclient {
}
}
-project(*collocated): taoexe, portableserver {
+project(*collocated): taoserver {
+ idlflags += -Sa -St
+ exename = collocated
Source_Files {
Simple.cpp
collocated.cpp
diff --git a/TAO/tests/Crash_On_Write/Crash_On_Write.mpc b/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
index 0fc5399e880..5dc777cfcad 100644
--- a/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
+++ b/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): taoserver {
+ idlflags += -Sa -St
Source_Files {
Oneway_Receiver.cpp
Crash_Task.cpp
diff --git a/TAO/tests/MT_Client/MT_Client.mpc b/TAO/tests/MT_Client/MT_Client.mpc
index a585f7ec595..2d52b489a66 100644
--- a/TAO/tests/MT_Client/MT_Client.mpc
+++ b/TAO/tests/MT_Client/MT_Client.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): taoserver {
+ idlflags += -Sa -St
Source_Files {
test_i.cpp
server.cpp
diff --git a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
index 953c3c4b526..99546099606 100644
--- a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
+++ b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
@@ -8,7 +8,7 @@ project(*Server): taoserver {
}
}
-project(*Client): taoclient {
+project(*Client): taoclient, anytypecode {
Source_Files {
TestC.cpp
client.cpp
diff --git a/TAO/tests/Single_Read/Single_Read.mpc b/TAO/tests/Single_Read/Single_Read.mpc
index a585f7ec595..4c15c26f959 100644
--- a/TAO/tests/Single_Read/Single_Read.mpc
+++ b/TAO/tests/Single_Read/Single_Read.mpc
@@ -8,7 +8,7 @@ project(*Server): taoserver {
}
}
-project(*Client): taoclient {
+project(*Client): taoclient, anytypecode {
Source_Files {
testC.cpp
client.cpp