summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-19 08:02:52 +0000
commit7f61ed4f18c496890fbdf75300b1135d6911d9aa (patch)
tree384c03f0891bbd738983cd5477ac803253f7aaee /TAO/tests/Param_Test
parenta2e27000b6545e6b410ca3960af80605df18fd7a (diff)
downloadATCD-7f61ed4f18c496890fbdf75300b1135d6911d9aa.tar.gz
ChangeLogTag Fri Aug 19 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Param_Test')
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc5
-rw-r--r--TAO/tests/Param_Test/param_test.idl1
2 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
index 3acdda2a21b..6124582c733 100644
--- a/TAO/tests/Param_Test/Param_Test.mpc
+++ b/TAO/tests/Param_Test/Param_Test.mpc
@@ -2,8 +2,6 @@
// $Id$
project(*Server): taoserver, minimum_corba {
- idlflags += -GA
-
Source_Files {
param_test_i.cpp
server.cpp
@@ -12,7 +10,6 @@ project(*Server): taoserver, minimum_corba {
project(*Client): taoserver, minimum_corba, dynamicinterface {
exename = client
- idlflags += -GA
after += Param_Test_Server
Source_Files {
@@ -62,12 +59,10 @@ project(*Client): taoserver, minimum_corba, dynamicinterface {
project(*Anyop): taoserver, minimum_corba {
exename = anyop
- idlflags += -GA
after += Param_Test_Client
Source_Files {
param_testC.cpp
- param_testA.cpp
anyop.cpp
}
}
diff --git a/TAO/tests/Param_Test/param_test.idl b/TAO/tests/Param_Test/param_test.idl
index a2023cbbede..cf28c1273cc 100644
--- a/TAO/tests/Param_Test/param_test.idl
+++ b/TAO/tests/Param_Test/param_test.idl
@@ -20,6 +20,7 @@
// ============================================================================
#include <orb.idl>
+#include "tao/AnyTypeCode/AnySeq.pidl"
interface Coffee
{