summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h1
-rw-r--r--TAO/tao/Incoming_Message_Queue.h2
-rw-r--r--TAO/tao/Resume_Handle.h2
4 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d2077fd6a5f..4a2bc659f80 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Jul 6 08:27:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/Incoming_Message_Queue.h:
+ * tao/Resume_Handle.h:
+ * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h: Fixed fuzz errors.
+
Fri Jul 6 08:14:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* performance-tests/Cubit/TAO/MT_Cubit/Makefile:
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h
index f3a9432d053..0da213d8be8 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h
@@ -73,4 +73,5 @@ protected:
};
+#include "ace/post.h"
#endif /*TAO_IIOP_SSL_TRANSPORT_H*/
diff --git a/TAO/tao/Incoming_Message_Queue.h b/TAO/tao/Incoming_Message_Queue.h
index cfbe613166e..20fbdc17d04 100644
--- a/TAO/tao/Incoming_Message_Queue.h
+++ b/TAO/tao/Incoming_Message_Queue.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file Incoming_Queued_Message.h
+ * @file Incoming_Message_Queue.h
*
* $Id$
*
diff --git a/TAO/tao/Resume_Handle.h b/TAO/tao/Resume_Handle.h
index 36449fad030..22958f44e42 100644
--- a/TAO/tao/Resume_Handle.h
+++ b/TAO/tao/Resume_Handle.h
@@ -86,5 +86,5 @@ private:
# include "Resume_Handle.inl"
#endif /* __ACE_INLINE__ */
-#include "ace/pre.h"
+#include "ace/post.h"
#endif /*TAO_RESUME_HANDLE*/