summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/ExceptionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/ExceptionList.h')
-rw-r--r--TAO/tao/DynamicInterface/ExceptionList.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h
index 52d4a85758b..3f5115d7f21 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.h
+++ b/TAO/tao/DynamicInterface/ExceptionList.h
@@ -11,7 +11,7 @@
// ExceptionList.h
//
// = DESCRIPTION
-// This file defines the ExceptionList datatype used in
+// This file defines the ExceptionList datatype used in
// dynamic invocations.
//
// = AUTHOR
@@ -23,14 +23,14 @@
#define TAO_CORBA_EXCEPTIONLIST_H
#include "ace/pre.h"
+#include "dynamicinterface_export.h"
#include "tao/corbafwd.h"
+#include "ace/Unbounded_Queue.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "dynamicinterface_export.h"
-
class CORBA_ExceptionList;
typedef CORBA_ExceptionList *CORBA_ExceptionList_ptr;
@@ -149,4 +149,3 @@ private:
#include "ace/post.h"
#endif /* TAO_CORBA_EXCEPTIONLIST_H */
-