summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-03-16 10:39:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-03-16 10:39:47 +0000
commit81251e7687d5c86ef1f24455ae65e3180beb77a9 (patch)
tree127ff8254e38171da300555ff1161f771ce0a601
parentcef33807f71595a9d1eaf40b89b41e120bf81ff2 (diff)
downloadATCD-81251e7687d5c86ef1f24455ae65e3180beb77a9.tar.gz
ChangeLogTag: Sat Mar 16 11:34:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a18
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNaming.bor6
2 files changed, 17 insertions, 7 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 65a4b020a61..0915a6afcea 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sat Mar 16 11:35:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orsvcs/orbsvcs/CosNaming.bor:
+ Updated this BCB makefile with the changes of
+ Thu Mar 14 09:26:54 2002 Chad Elliott <elliott_c@ociweb.com>
+
Sat Mar 16 00:47:58 2002 Ossama Othman <ossama@uci.edu>
* tao/Object.h (refcount_):
@@ -57,14 +63,14 @@ Sat Mar 16 01:27:32 2002 Ossama Othman <ossama@uci.edu>
Fri Mar 15 16:06:10 2002 Priyanka Gontla <pgontla@ece.uci.edu>
- * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp (operator >>):
+ * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp (operator >>):
Fixed the warning gcc-3.0 was complaining about by correcting the
format specifier used.
Fri Mar 15 16:02:52 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* TAO-INSTALL.html: Updated to include Solaris 8. Thanks to
- Stephane Chatre <schatre@qoptics.com> for reporting this.
+ Stephane Chatre <schatre@qoptics.com> for reporting this.
Fri Mar 15 07:50:23 2002 Chad Elliott <elliott_c@ociweb.com>
@@ -100,7 +106,7 @@ Fri Mar 15 00:46:00 2002 Si Mong Park <spark@ociweb.com>
* TAO/tao/default_resource.cpp:
* TAO/tao/Resource_Factory.cpp:
* TAO/tao/Resource_Factory.h:
- Changed back to use ACE_CString due to the unexpected additional
+ Changed back to use ACE_CString due to the unexpected additional
awkward type conversion.
* TAO/tao/BiDir_GIOP/BiDirGIOP.cpp:
@@ -148,7 +154,7 @@ Fri Mar 15 00:46:00 2002 Si Mong Park <spark@ociweb.com>
* TAO/tao/Strategies/TAO_Strategies.vcp:
* TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp:
eMbedded Visual C++ 3.0 project file for main TAO.dll for WinCE
- build.
+ build.
Thu Feb 28 09:55:21 2002 Chad Elliott <elliott_c@ociweb.com>
@@ -168,12 +174,12 @@ Thu Mar 14 14:13:02 2002 Chad Elliott <elliott_c@ociweb.com>
* tests/Server_Leaks/run_test.pl:
- Increase the wait time for server startup. Slower machines were
+ Increase the wait time for server startup. Slower machines were
failing due to this.
* tests/Server_Leaks/client.cpp:
- Switched an ACE_CHECK within a try block to an ACE_TRY_CHECK.
+ Switched an ACE_CHECK within a try block to an ACE_TRY_CHECK.
Thu Mar 14 12:03:21 2002 Ossama Othman <ossama@uci.edu>
diff --git a/TAO/orbsvcs/orbsvcs/CosNaming.bor b/TAO/orbsvcs/orbsvcs/CosNaming.bor
index 23e60c39666..e4ede96f9a4 100644
--- a/TAO/orbsvcs/orbsvcs/CosNaming.bor
+++ b/TAO/orbsvcs/orbsvcs/CosNaming.bor
@@ -23,7 +23,11 @@ OBJFILES = \
$(OBJDIR)\Persistent_Context_Index.obj \
$(OBJDIR)\Persistent_Entries.obj \
$(OBJDIR)\Persistent_Naming_Context.obj \
- $(OBJDIR)\Transient_Naming_Context.obj
+ $(OBJDIR)\Transient_Naming_Context.obj \
+ $(OBJDIR)\Flat_File_Persistence.obj \
+ $(OBJDIR)\Naming_Service_Container.obj \
+ $(OBJDIR)\Storable.obj \
+ $(OBJDIR)\Storable_Naming_Context.obj
RESOURCE = $(OBJDIR)\CosNaming.res