diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-04 16:50:02 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-04 16:50:02 +0000 |
commit | e1e270d424d195c7710b7df753849fea060185f3 (patch) | |
tree | 6d105fb1c926ab63b3414f21a13346cac125cfb2 /TAO/orbsvcs/tests/FaultTolerance | |
parent | 8bb1e95e0971896e217a4044b6d61c46c0300da4 (diff) | |
download | ATCD-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.conf | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/FaultTolerance/Makefile | 3 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/FaultTolerance/Makefile.bor | 3 |
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> |