diff options
Diffstat (limited to 'TAO/tao/Protocols_Hooks.h')
-rw-r--r-- | TAO/tao/Protocols_Hooks.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Protocols_Hooks.h b/TAO/tao/Protocols_Hooks.h index 47f0c78f0f1..d532e1b0429 100644 --- a/TAO/tao/Protocols_Hooks.h +++ b/TAO/tao/Protocols_Hooks.h @@ -15,8 +15,7 @@ #define TAO_PROTOCOLS_HOOKS_H #include "ace/pre.h" -#include "tao/ORB_Core.h" -#include "tao/RTCORBAC.h" +#include "RTCORBAC.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once @@ -24,6 +23,10 @@ #include "ace/Service_Object.h" +class TAO_ORB_Core; +class TAO_GIOP_Invocation; +class TAO_Resource_Factory; + class TAO_Export TAO_Protocols_Hooks : public ACE_Service_Object { public: |