summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-03 18:16:25 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-03 18:16:25 +0000
commit15267405567bbaba8eb4f43d1b06be8961db360d (patch)
tree19083b2e091b066c81438659442e108118bc12c9 /TAO
parent48920ea9ff0114bc14c551942459cd59c2a3b922 (diff)
downloadATCD-15267405567bbaba8eb4f43d1b06be8961db360d.tar.gz
ChangeLogTag: Mon May 3 13:15:51 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog33
-rw-r--r--TAO/examples/mfc/server.mpc2
-rw-r--r--TAO/utils/NamingViewer/NamingViewer.mpc2
3 files changed, 22 insertions, 15 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 509f76ed806..f780f772adc 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 3 13:15:51 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * examples/mfc/server.mpc:
+ * utils/NamingViewer/NamingViewer.mpc:
+
+ Inhert from ace_mfc instead of mfc.
+
Sun May 2 17:04:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/DynamicInterface/DynamicInterface.mpc:
@@ -13,26 +20,26 @@ Sun May 2 13:44:21 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Sat May 1 22:36:22 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * Makefile:
- * GNUmakefile:
+ * Makefile:
+ * GNUmakefile:
- Renamed "Makefile" to "GNUmakefile" to make it obvious to
- users that GNU Make is required to parse the file.
+ Renamed "Makefile" to "GNUmakefile" to make it obvious to
+ users that GNU Make is required to parse the file.
Sat May 1 22:05:59 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
- * examples/OBV/Typed_Events/Event_Types_impl.h:
- * examples/OBV/Typed_Events/Event_Types_impl.cpp
- (create_for_unmarshal):
- * tests/OBV/Factory/FactoryC_impl.h (Value2_init):
- * tests/OBV/Factory/FactoryC_impl.cpp (create_for_unmarshal):
+ * examples/OBV/Typed_Events/Event_Types_impl.h:
+ * examples/OBV/Typed_Events/Event_Types_impl.cpp
+ (create_for_unmarshal):
+ * tests/OBV/Factory/FactoryC_impl.h (Value2_init):
+ * tests/OBV/Factory/FactoryC_impl.cpp (create_for_unmarshal):
- Added missing emulated exception macro argument. Fixes
- compile-time errors in emulated exceptions builds.
+ Added missing emulated exception macro argument. Fixes
+ compile-time errors in emulated exceptions builds.
- * examples/OBV/Simple_util.cpp:
+ * examples/OBV/Simple_util.cpp:
- Added missing #includes. Addresses compile-time errors.
+ Added missing #includes. Addresses compile-time errors.
Fri Apr 30 16:29:39 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
diff --git a/TAO/examples/mfc/server.mpc b/TAO/examples/mfc/server.mpc
index bc15bae01fc..fa12033db6d 100644
--- a/TAO/examples/mfc/server.mpc
+++ b/TAO/examples/mfc/server.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(MFC Server): namingexe, mfc {
+project(MFC Server): namingexe, ace_mfc {
exename = server
pch_header = StdAfx.h
pch_source = StdAfx.cpp
diff --git a/TAO/utils/NamingViewer/NamingViewer.mpc b/TAO/utils/NamingViewer/NamingViewer.mpc
index a347d92a3f0..c0dfce20c2b 100644
--- a/TAO/utils/NamingViewer/NamingViewer.mpc
+++ b/TAO/utils/NamingViewer/NamingViewer.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : namingexe, mfc {
+project : namingexe, ace_mfc {
exename = NamingViewer
pch_header = StdAfx.h
pch_source = StdAfx.cpp