summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-18 23:36:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-18 23:36:23 +0000
commit585c38776ac9098904a9d0129312fdb63283a6f6 (patch)
treeeead9b89a7c2c529c3928ffb64e9df61af3037ff
parent8ed596fc6526628e6c6144aef38a8e207cae17b0 (diff)
downloadATCD-585c38776ac9098904a9d0129312fdb63283a6f6.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.IFR_Service1
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.am2
3 files changed, 9 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6ac37b72f40..c461e78b556 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -33,6 +33,15 @@ Tue Mar 18 15:31:06 2003 Ossama Othman <ossama@uci.edu>
Removed useless includes.
+ * orbsvcs/examples/ORT/Makefile (IDL_FILES):
+
+ Added new ObjectReferenceFactory IDL source to this Makefile.
+
+ (TAO_IDLFLAGS):
+
+ Added "-Gv" TAO_IDL compiler option to enable support for
+ valuetypes.
+
Tue Mar 18 16:54:50 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/TAOC.cpp:
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service b/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service
index bc776175d07..4a982dcf317 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service
+++ b/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service
@@ -529,7 +529,6 @@ realclean: clean
$(TAO_ROOT)/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.i \
$(TAO_ROOT)/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS_T.cpp \
$(TAO_ROOT)/orbsvcs/orbsvcs/IFRService/IFR_ComponentsS.i \
- $(TAO_ROOT)/orbsvcs/orbsvcs/IFRService/Servant_Locator.h \
$(TAO_ROOT)/orbsvcs/orbsvcs/IFRService/Options.h \
$(ACE_ROOT)/ace/Singleton.h \
$(ACE_ROOT)/ace/Singleton.i \
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.am b/TAO/orbsvcs/IFR_Service/Makefile.am
index 6b7055fdd48..1f4881303ee 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile.am
+++ b/TAO/orbsvcs/IFR_Service/Makefile.am
@@ -108,8 +108,6 @@ noinst_HEADERS = \
PublishesDef_i.h \
Repository_i.h \
SequenceDef_i.h \
- Servant_Factory.h \
- Servant_Locator.h \
StringDef_i.h \
StructDef_i.h \
TypedefDef_i.h \