summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-24 13:52:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-24 13:52:18 +0000
commite59723a9d2364947a53c387648d9774b1547139e (patch)
treeaee585e849bf0bfc4e212aef5e44429d411190fb
parent25213655cacfcf7a73aaad26f2e777fd7079fc8d (diff)
downloadATCD-e59723a9d2364947a53c387648d9774b1547139e.tar.gz
ChangeLogTag:Sat Apr 24 08:51:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c6
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp1
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e2cac7d285f..3ee23c1573e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,8 @@
+Sat Apr 24 08:51:11 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Event/EC_Factory.cpp:
+ IRIX required an extra #include
+
Sat Apr 24 07:21:24 1999 David L. Levine <levine@cs.wustl.edu>
* performance-tests/Cubit/TAO/MT_Cubit/Global.cpp (get_high_priority):
@@ -258,7 +263,6 @@ Wed Apr 21 14:45:28 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Added compile-time support for the new Event Channel, just for
experimentation purposes.
->>>>>>> 1.874
Wed Apr 21 11:06:57 1999 David L. Levine <levine@cs.wustl.edu>
* performance-tests/Cubit/TAO/MT_Cubit/Globals.{h,cpp},
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
index 1aa906ac983..1c141711388 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "EC_Factory.h"
+#include "ace/Dynamic_Service.h"
#if ! defined (__ACE_INLINE__)
#include "EC_Factory.i"