diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-26 21:17:43 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-26 21:17:43 +0000 |
commit | 91a94f0f3fa63a897d5556805a23dee7a8bba7fb (patch) | |
tree | 45ba6b108dacafa164126292b98532c4879439c3 /TAO/tao/Protocols_Hooks.h | |
parent | bd9eec7001ede42cec297487841203891b8fdb27 (diff) | |
download | ATCD-91a94f0f3fa63a897d5556805a23dee7a8bba7fb.tar.gz |
ChangeLogTag:Mon Mar 26 13:06:10 2001 Carlos O'Ryan <coryan@uci.edu>
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: |