summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-27 01:38:03 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-27 01:38:03 +0000
commit3b85eaf9fe0caa3961b4bac06a6640179c61c772 (patch)
treeb5f4baa79a8ecc86330d2aa11260fdc41420e563 /TAO
parent2ac20d538f008e87d6925acca3f37eb1692412c7 (diff)
downloadATCD-3b85eaf9fe0caa3961b4bac06a6640179c61c772.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c5caa86e0c7..64e066cb8f5 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Fri Jan 26 19:37:50 2001 Craig Rodrigues <crodrigu@bbn.com>
+
+ * tao/DynamicInterface/DII_Invocation.h
+ Add #include "Unknown_User_Exception.h" to appease gcc 2.97
+
Fri Jan 26 17:33:32 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile:
diff --git a/TAO/tao/DynamicInterface/DII_Invocation.h b/TAO/tao/DynamicInterface/DII_Invocation.h
index 73b9af1b4b9..1309a7008b2 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation.h
+++ b/TAO/tao/DynamicInterface/DII_Invocation.h
@@ -29,6 +29,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/Asynch_Invocation.h"
+#include "Unknown_User_Exception.h"
#include "DII_Reply_Dispatcher.h"
#include "Request.h"