summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-08 17:29:10 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-08 17:29:10 +0000
commit28a8b2c6082e5d471e1264192331655df0b2f9f8 (patch)
tree58ce120302b7597d2883a8af67f247d973e14faf
parent85b3931f3331302c4dbf6205595c8cccfdca705e (diff)
downloadATCD-28a8b2c6082e5d471e1264192331655df0b2f9f8.tar.gz
Repositioned comments
-rw-r--r--TAO/tao/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index a060952f4fe..79b2115af49 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -169,14 +169,14 @@ ifndef rt_corba
rt_corba = 1
endif # rt_corba
+# TAOC and TAOS should be moved outside the corba_messaging scope once
+# more classes have been added to the TAO module.
ifeq ($(corba_messaging),1)
ORB_CORE_FILES += \
MessagingC \
MessagingS \
Policy_Manager \
Messaging_Policy_i \
-# TAOC and TAOS should be moved outside the corba_messaging scope once
-# more classes have been added to the TAO module.
TAOC \
TAOS \
Client_Priority_Policy \