diff options
Diffstat (limited to 'TAO/tao/Synch_Invocation.h')
-rw-r--r-- | TAO/tao/Synch_Invocation.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Synch_Invocation.h b/TAO/tao/Synch_Invocation.h index b4ff18b1a1a..7707cfc35df 100644 --- a/TAO/tao/Synch_Invocation.h +++ b/TAO/tao/Synch_Invocation.h @@ -22,10 +22,13 @@ #include "tao/SystemException.h" +class ACE_Time_Value; + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + class TAO_Operation_Details; class TAO_Synch_Reply_Dispatcher; class TAO_InputCDR; -class ACE_Time_Value; class TAO_Bind_Dispatcher_Guard; namespace TAO @@ -200,6 +203,7 @@ namespace TAO } +TAO_END_VERSIONED_NAMESPACE_DECL #if defined (__ACE_INLINE__) # include "tao/Synch_Invocation.inl" |