summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-12 18:11:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-12 18:11:10 +0000
commitc79272597708a9ab6ee16c6e19e4486c65774286 (patch)
tree98729709f1cb3fb1c2a3f650b27a1ea762383bfe
parent4c369a8ba5c7694300d18e2eca300fe50309010b (diff)
downloadATCD-c79272597708a9ab6ee16c6e19e4486c65774286.tar.gz
ChangeLogTag:Wed Mar 12 10:09:57 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/Makefile.am6
-rw-r--r--TAO/tao/Makefile.bor2
3 files changed, 12 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 99af7bdc1ad..ee7a4c24b86 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Wed Mar 12 10:09:57 2003 Ossama Othman <ossama@uci.edu>
+
+ * tao/Makefile.am:
+ * tao/Makefile.bor:
+
+ "ObjectIDList.*" -> "ObjectIdListC.*". The former set of files
+ have been replaced with the latter set of files.
+
Wed Mar 12 10:02:55 2003 Ossama Othman <ossama@uci.edu>
* tao/corba.h:
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am
index 11a6aee4d06..eaddd382d62 100644
--- a/TAO/tao/Makefile.am
+++ b/TAO/tao/Makefile.am
@@ -93,7 +93,7 @@ ORB_CORE_FILES = \
DLL_Parser.cpp \
FILE_Parser.cpp \
Object.cpp \
- ObjectIDList.cpp \
+ ObjectIdListC.cpp \
ORB.cpp \
corbafwd.cpp \
Policy_ForwardC.cpp \
@@ -320,7 +320,7 @@ HEADER_FILES = \
ORB_Core.h \
ORB_Table.h \
Object.h \
- ObjectIDList.h \
+ ObjectIdListC.h \
Object_Adapter.h \
Object_KeyC.h \
Operation_Table.h \
@@ -458,7 +458,7 @@ INLINE_FILES = \
ORB_Core.i \
ORB_Table.inl \
Object.i \
- ObjectIDList.i \
+ ObjectIdListC.i \
Object_Adapter.i \
Object_KeyC.i \
POA.i \
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor
index 8050c5cb0fa..55a804838e5 100644
--- a/TAO/tao/Makefile.bor
+++ b/TAO/tao/Makefile.bor
@@ -138,7 +138,7 @@ OBJFILES = \
$(OBJDIR)\ORB_Core_Auto_Ptr.obj \
$(OBJDIR)\ORB_Table.obj \
$(OBJDIR)\Object.obj \
- $(OBJDIR)\ObjectIDList.obj \
+ $(OBJDIR)\ObjectIdListC.obj \
$(OBJDIR)\Object_KeyC.obj \
$(OBJDIR)\Object_Loader.obj \
$(OBJDIR)\Object_Proxy_Broker.obj \