summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-25 23:30:09 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-25 23:30:09 +0000
commit6e8f0c346e56b361628545292c9cf3b9b8de381b (patch)
tree9d83d5c4f02eeac250f69b7ce424205e8ee3f6bb
parentd78c3ca699319432aa502903925859b86c8a20c5 (diff)
downloadATCD-6e8f0c346e56b361628545292c9cf3b9b8de381b.tar.gz
ChangeLogTag:Sat Mar 25 15:24:06 2000 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a84
-rw-r--r--TAO/examples/Callback_Quoter/Makefile2
-rw-r--r--TAO/examples/Event_Comm/Makefile2
-rw-r--r--TAO/examples/Logging/Makefile2
-rw-r--r--TAO/examples/Simple/bank/Makefile2
-rw-r--r--TAO/examples/Simple/echo/Makefile2
-rw-r--r--TAO/examples/Simple/grid/Makefile2
-rw-r--r--TAO/examples/Simple/time-date/Makefile4
-rw-r--r--TAO/examples/Simple/time/Makefile2
-rw-r--r--TAO/orbsvcs/Event_Service/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/Makefile2
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/Makefile2
-rw-r--r--TAO/orbsvcs/tests/Event_Latency/Makefile2
-rw-r--r--TAO/orbsvcs/tests/Property/Makefile2
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/Makefile2
-rw-r--r--TAO/orbsvcs/tests/Time/Makefile2
-rw-r--r--TAO/tests/InterOp-Naming/Makefile2
18 files changed, 71 insertions, 49 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 863885a5b5a..fae8640451f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,25 @@
+Sat Mar 25 15:24:06 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * examples/Callback_Quoter/Makefile:
+ * examples/Event_Comm/Makefile:
+ * examples/Logging/Makefile:
+ * examples/Simple/bank/Makefile:
+ * examples/Simple/echo/Makefile:
+ * examples/Simple/grid/Makefile:
+ * examples/Simple/time/Makefile:
+ * examples/Simple/time-date/Makefile:
+ * orbsvcs/Event_Service/Makefile:
+ * orbsvcs/tests/EC_Custom_Marshal/Makefile:
+ * orbsvcs/tests/EC_Multiple/Makefile:
+ * orbsvcs/tests/EC_Throughput/Makefile:
+ * orbsvcs/tests/Event_Latency/Makefile:
+ * orbsvcs/tests/Property/Makefile:
+ * orbsvcs/tests/Simple_Naming/Makefile:
+ * orbsvcs/tests/Time/Makefile:
+ * tests/InterOp-Naming/Makefile:
+ Fixed a number of problems with the new orbsvcs libraries.
+ Mostly missing libraries in the link line.
+
Fri Mar 24 23:07:51 2000 Darrell Brunsch <brunsch@uci.edu>
* examples/mfc/StdAfx.h:
@@ -7,47 +29,47 @@ Fri Mar 24 23:07:51 2000 Darrell Brunsch <brunsch@uci.edu>
Fri Mar 24 22:24:10 2000 Carlos O'Ryan <coryan@uci.edu>
- * orbsvcs/orbsvcs/Makefile.CosConcurrency:
- * orbsvcs/orbsvcs/Makefile.CosLifeCycle:
- * orbsvcs/orbsvcs/Makefile.CosNaming:
- * orbsvcs/orbsvcs/Makefile.CosNotification:
- * orbsvcs/orbsvcs/Makefile.CosProperty:
- * orbsvcs/orbsvcs/Makefile.CosTime:
- * orbsvcs/orbsvcs/Makefile.CosTrading:
- * orbsvcs/orbsvcs/Makefile.DsLogAdmin:
- * orbsvcs/orbsvcs/Makefile.RTSched:
- * orbsvcs/orbsvcs/Makefile.Svc_Utils:
- Set the MAKEFILE macro properly.
-
- * orbsvcs/orbsvcs/Makefile.CosEvent:
- * orbsvcs/orbsvcs/Makefile.RTEvent:
- Disabled the new EC on old versions of g++.
+ * orbsvcs/orbsvcs/Makefile.CosConcurrency:
+ * orbsvcs/orbsvcs/Makefile.CosLifeCycle:
+ * orbsvcs/orbsvcs/Makefile.CosNaming:
+ * orbsvcs/orbsvcs/Makefile.CosNotification:
+ * orbsvcs/orbsvcs/Makefile.CosProperty:
+ * orbsvcs/orbsvcs/Makefile.CosTime:
+ * orbsvcs/orbsvcs/Makefile.CosTrading:
+ * orbsvcs/orbsvcs/Makefile.DsLogAdmin:
+ * orbsvcs/orbsvcs/Makefile.RTSched:
+ * orbsvcs/orbsvcs/Makefile.Svc_Utils:
+ Set the MAKEFILE macro properly.
+
+ * orbsvcs/orbsvcs/Makefile.CosEvent:
+ * orbsvcs/orbsvcs/Makefile.RTEvent:
+ Disabled the new EC on old versions of g++.
Fri Mar 24 22:18:14 2000 Carlos O'Ryan <coryan@uci.edu>
- * orbsvcs/Naming_Service/Makefile:
- Added missing library.
+ * orbsvcs/Naming_Service/Makefile:
+ Added missing library.
Fri Mar 24 21:32:30 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
- * docs/releasenotes/index.html:
- Updated the section on the Notification Service.
- Thanks to Roger Tragin <rtragin@wpine.com> for reminding to update.
+ * docs/releasenotes/index.html:
+ Updated the section on the Notification Service.
+ Thanks to Roger Tragin <rtragin@wpine.com> for reminding to update.
Fri Mar 24 17:15:07 2000 Ossama Othman <ossama@uci.edu>
- * tao/IIOP_Acceptor.cpp (is_collocated):
- * tao/SHMIOP_Acceptor.cpp (is_collocated):
- * tao/UIOP_Acceptor.cpp (is_collocated):
+ * tao/IIOP_Acceptor.cpp (is_collocated):
+ * tao/SHMIOP_Acceptor.cpp (is_collocated):
+ * tao/UIOP_Acceptor.cpp (is_collocated):
- Check that dynamically cast pointer is actually valid
- (i.e. non-zero) prior to using it.
+ Check that dynamically cast pointer is actually valid
+ (i.e. non-zero) prior to using it.
Fri Mar 24 18:38:20 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * orbsvcs/tests/AVStreams/Full_Profile/server.cpp: Fixed a typo where
- ACE_Null_Mutex was being passed as ACE_null_mutex. Thanks to
- Thomas Groth <groth.th@stn-atlas.de> for reporting this.
+ * orbsvcs/tests/AVStreams/Full_Profile/server.cpp: Fixed a typo where
+ ACE_Null_Mutex was being passed as ACE_null_mutex. Thanks to
+ Thomas Groth <groth.th@stn-atlas.de> for reporting this.
Fri Mar 24 15:40:25 2000 Darrell Brunsch <brunsch@uci.edu>
@@ -71,9 +93,9 @@ Fri Mar 24 15:40:25 2000 Darrell Brunsch <brunsch@uci.edu>
Fri Mar 24 10:21:27 2000 Jeff Parsons <parsons@cs.wustl.edu>
- * TAO_IDL/ast/ast_expression.cpp:
- Initialized some variables to avoid cxx warnings,
- and made some cosmetic changes.
+ * TAO_IDL/ast/ast_expression.cpp:
+ Initialized some variables to avoid cxx warnings,
+ and made some cosmetic changes.
Thu Mar 23 21:49:36 2000 Darrell Brunsch <brunsch@uci.edu>
diff --git a/TAO/examples/Callback_Quoter/Makefile b/TAO/examples/Callback_Quoter/Makefile
index e140a1235c9..d15ea4cb69d 100644
--- a/TAO/examples/Callback_Quoter/Makefile
+++ b/TAO/examples/Callback_Quoter/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO -lTAO_CosNaming
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = NotifierC.cpp NotifierS.cpp ConsumerC.cpp ConsumerS.cpp
diff --git a/TAO/examples/Event_Comm/Makefile b/TAO/examples/Event_Comm/Makefile
index 0e61748a799..40c4975dd32 100644
--- a/TAO/examples/Event_Comm/Makefile
+++ b/TAO/examples/Event_Comm/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
PROG_SRCS = Consumer_Handler.cpp \
Consumer_Input_Handler.cpp \
Event_Comm_i.cpp \
diff --git a/TAO/examples/Logging/Makefile b/TAO/examples/Logging/Makefile
index 3b51ad35f52..cee1150e878 100644
--- a/TAO/examples/Logging/Makefile
+++ b/TAO/examples/Logging/Makefile
@@ -11,7 +11,7 @@ override TAO_IDLFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs -Ge 1
# The following lines tell the souce code that the trading
# service is available.
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = \
LoggerC.cpp LoggerS.cpp
diff --git a/TAO/examples/Simple/bank/Makefile b/TAO/examples/Simple/bank/Makefile
index eff61eb5ee6..b721b99af18 100644
--- a/TAO/examples/Simple/bank/Makefile
+++ b/TAO/examples/Simple/bank/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = BankC.cpp BankS.cpp
diff --git a/TAO/examples/Simple/echo/Makefile b/TAO/examples/Simple/echo/Makefile
index b1717533df9..48b7a0b1c42 100644
--- a/TAO/examples/Simple/echo/Makefile
+++ b/TAO/examples/Simple/echo/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO -lTAO_CosNaming
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = EchoC.cpp EchoS.cpp
diff --git a/TAO/examples/Simple/grid/Makefile b/TAO/examples/Simple/grid/Makefile
index dc8105ea5a2..c7ed5d15fa3 100644
--- a/TAO/examples/Simple/grid/Makefile
+++ b/TAO/examples/Simple/grid/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = GridC.cpp GridS.cpp
diff --git a/TAO/examples/Simple/time-date/Makefile b/TAO/examples/Simple/time-date/Makefile
index de376835635..ef644ed50fc 100644
--- a/TAO/examples/Simple/time-date/Makefile
+++ b/TAO/examples/Simple/time-date/Makefile
@@ -19,8 +19,8 @@ SHLIB = $(LIBNAME).$(SOEXT)
FILES = Time_Date Time_Date_i Time_DateS Time_DateC
LSRC = $(addsuffix .cpp,$(FILES))
-LDLIBS = -lTAO_CosNaming -lTAO
-ACE_SHLIBS = -lTAO_CosNaming -lTAO -lACE
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
+ACE_SHLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO -lACE
IDL_SRC = Time_DateC.cpp Time_DateS.cpp
diff --git a/TAO/examples/Simple/time/Makefile b/TAO/examples/Simple/time/Makefile
index ed438692201..4d004da0552 100644
--- a/TAO/examples/Simple/time/Makefile
+++ b/TAO/examples/Simple/time/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = TimeC.cpp TimeS.cpp
diff --git a/TAO/orbsvcs/Event_Service/Makefile b/TAO/orbsvcs/Event_Service/Makefile
index e2413d6e43d..a90fcbf0ef3 100644
--- a/TAO/orbsvcs/Event_Service/Makefile
+++ b/TAO/orbsvcs/Event_Service/Makefile
@@ -7,7 +7,7 @@ endif
LSRC = Event_Service.cpp
ES_OBJS=$(LSRC:.cpp=.o)
-LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
BIN2 = Event_Service
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile
index 265083f19d9..128b693f4e5 100644
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile
@@ -1,6 +1,6 @@
# $Id$
-LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO
+LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
diff --git a/TAO/orbsvcs/tests/EC_Multiple/Makefile b/TAO/orbsvcs/tests/EC_Multiple/Makefile
index 5d47d404f55..dc94dc86b23 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/Makefile
+++ b/TAO/orbsvcs/tests/EC_Multiple/Makefile
@@ -1,7 +1,7 @@
# $Id$
SRC = $(BIN:%=%$(VAR).cpp)
-LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO
+LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
diff --git a/TAO/orbsvcs/tests/EC_Throughput/Makefile b/TAO/orbsvcs/tests/EC_Throughput/Makefile
index 80c3b5e6592..173cb2095ca 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/Makefile
+++ b/TAO/orbsvcs/tests/EC_Throughput/Makefile
@@ -1,6 +1,6 @@
# $Id$
-LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
diff --git a/TAO/orbsvcs/tests/Event_Latency/Makefile b/TAO/orbsvcs/tests/Event_Latency/Makefile
index 1e5fe0ed272..176bf372ca6 100644
--- a/TAO/orbsvcs/tests/Event_Latency/Makefile
+++ b/TAO/orbsvcs/tests/Event_Latency/Makefile
@@ -4,7 +4,7 @@ EVENT_LATENCY_SRCS = Event_Latency.cpp
LSRC = $(EVENT_LATENCY_SRCS)
EVENT_LATENCY_OBJS = $(EVENT_LATENCY_SRCS:.cpp=.o)
-LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
BIN2 = Event_Latency
diff --git a/TAO/orbsvcs/tests/Property/Makefile b/TAO/orbsvcs/tests/Property/Makefile
index 8374644ae7c..70892e94d30 100644
--- a/TAO/orbsvcs/tests/Property/Makefile
+++ b/TAO/orbsvcs/tests/Property/Makefile
@@ -13,7 +13,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosProperty -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosProperty -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
CosProperty_SERVER_OBJS = server.o
CosProperty_CLIENT_OBJS = client.o
diff --git a/TAO/orbsvcs/tests/Simple_Naming/Makefile b/TAO/orbsvcs/tests/Simple_Naming/Makefile
index 890c32254aa..1c96178fd81 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/Makefile
+++ b/TAO/orbsvcs/tests/Simple_Naming/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
IDL_SRC = test_objectC.cpp test_objectS.cpp
CLIENT_SRC = client.cpp
diff --git a/TAO/orbsvcs/tests/Time/Makefile b/TAO/orbsvcs/tests/Time/Makefile
index 0d7fab236f4..c4fc7df6407 100644
--- a/TAO/orbsvcs/tests/Time/Makefile
+++ b/TAO/orbsvcs/tests/Time/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosTime -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosTime -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
PROG_SRCS = \
client.cpp \
diff --git a/TAO/tests/InterOp-Naming/Makefile b/TAO/tests/InterOp-Naming/Makefile
index ddb4d29551c..6e3e611f3a0 100644
--- a/TAO/tests/InterOp-Naming/Makefile
+++ b/TAO/tests/InterOp-Naming/Makefile
@@ -16,7 +16,7 @@ IDL_SRCS = \
INSC.cpp \
INSS.cpp
-LDLIBS = -lTAO -lTAO_CosNaming
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
PROG_SRCS = \
INS_test_client.cpp \