summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-04 16:50:02 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-04 16:50:02 +0000
commite1e270d424d195c7710b7df753849fea060185f3 (patch)
tree6d105fb1c926ab63b3414f21a13346cac125cfb2 /TAO/orbsvcs/tests/FaultTolerance
parent8bb1e95e0971896e217a4044b6d61c46c0300da4 (diff)
downloadATCD-e1e270d424d195c7710b7df753849fea060185f3.tar.gz
ChangeLogTag:Mon Aug 4 11:48:46 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/FaultTolerance')
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/svc.conf1
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/Makefile3
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/Makefile.bor3
3 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/svc.conf b/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/svc.conf
deleted file mode 100644
index d00009e7fee..00000000000
--- a/TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/svc.conf
+++ /dev/null
@@ -1 +0,0 @@
-dynamic FT_Service_Activate Service_Object * TAO_FTORB:_make_TAO_FT_Service_Activate() ""
diff --git a/TAO/orbsvcs/tests/FaultTolerance/Makefile b/TAO/orbsvcs/tests/FaultTolerance/Makefile
index be3c2fdfba8..30e0dff7cdb 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/Makefile
+++ b/TAO/orbsvcs/tests/FaultTolerance/Makefile
@@ -9,7 +9,8 @@
#----------------------------------------------------------------------------
DIRS = IOGR \
- IOGRManipulation
+ IOGRManipulation \
+ GroupRef_Manipulation
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
diff --git a/TAO/orbsvcs/tests/FaultTolerance/Makefile.bor b/TAO/orbsvcs/tests/FaultTolerance/Makefile.bor
index dd386ae9bfa..117ac8aa63c 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/Makefile.bor
+++ b/TAO/orbsvcs/tests/FaultTolerance/Makefile.bor
@@ -5,6 +5,7 @@
DIRS = \
IOGR \
- IOGRManipulation
+ IOGRManipulation \
+ GroupRef_Manipulation
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>