summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Synch_Invocation.h')
-rw-r--r--TAO/tao/Synch_Invocation.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Synch_Invocation.h b/TAO/tao/Synch_Invocation.h
index 4f47a01e192..6e73aed1f36 100644
--- a/TAO/tao/Synch_Invocation.h
+++ b/TAO/tao/Synch_Invocation.h
@@ -20,7 +20,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/SystemException.h"
+#include "tao/Exception.h"
class TAO_Operation_Details;
class TAO_Synch_Reply_Dispatcher;
@@ -28,6 +28,11 @@ class TAO_InputCDR;
class ACE_Time_Value;
class TAO_Bind_Dispatcher_Guard;
+namespace CORBA
+{
+ class SystemException;
+}
+
namespace TAO
{
class Profile_Transport_Resolver;