summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-10-19 14:52:29 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-10-19 14:52:29 +0000
commit96b9d46128d53fd1834a58a176c954980c5e2ea2 (patch)
treed3f9a150de0fce5d7153d182d4563e5811d5e300
parent64b75d1cdc6d22abc6d29867efcf09d5154eddf2 (diff)
downloadATCD-96b9d46128d53fd1834a58a176c954980c5e2ea2.tar.gz
ChangeLogTag: Sat Oct 19 09:47:43 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile6
2 files changed, 10 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c5137d361c5..5cecdde12da 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Sat Oct 19 09:47:43 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/Makefile: Prevent ImplRepo from being compiled
+ in minimum_corba setting. The fix "Fri Oct 18 15:52:11 2002
+ Priyanka Gontla <pgontla@ociweb.com>" seems goofy. Need to get
+ Criag and Priyanka to take a look.
+
Sat Oct 19 08:40:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/orbsvcs/Log/EventLog_i.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index c1c792c44b3..cf44d97abf0 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -78,7 +78,8 @@ ifndef TAO_ORBSVCS
# The PortableGroup library requires several methods in the POA,
# which are disabled by Minimum CORBA.
- TAO_ORBSVCS += PortableGroup
+ TAO_ORBSVCS += PortableGroup \
+ ImplRepo
endif # minimum_corba
@@ -86,8 +87,7 @@ ifndef TAO_ORBSVCS
TAO_ORBSVCS += Security SSLIOP
endif # ssl
- TAO_ORBSVCS += Notify \
- ImplRepo
+ TAO_ORBSVCS += Notify
endif # TAO_ORBSVCS