summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-19 16:06:49 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-19 16:06:49 +0000
commit4c0dd5e736b1af0188406b3668a6b89c7f6845d4 (patch)
treefbbcbfaa51315e53a613f8a73bc02b68165fa00f
parentf7e9b7a08830872b69b94b2e8af40db3f85afdf7 (diff)
downloadATCD-4c0dd5e736b1af0188406b3668a6b89c7f6845d4.tar.gz
removed Request_Info inclusion since uits there in corba.h
-rw-r--r--TAO/tests/Interceptors/interceptors.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tests/Interceptors/interceptors.h b/TAO/tests/Interceptors/interceptors.h
index db8fa410b9f..f7983c2c0ae 100644
--- a/TAO/tests/Interceptors/interceptors.h
+++ b/TAO/tests/Interceptors/interceptors.h
@@ -4,7 +4,6 @@
#define TAO_INTERCEPTORS_H
#include "tao/corba.h"
-#include "Request_Info.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -17,9 +16,14 @@
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+// Forward Declarations
+
+class PortableInterceptor::ClientRequestInfo;
+class PortableInterceptor::ServerRequestInfo;
+
class Echo_Client_Request_Interceptor
: public PortableInterceptor::ClientRequestInterceptor//,
-// public CORBA::LocalObject
+ // public CORBA::LocalObject
{
// = Client-side echo interceptor. For checking interceptor visually only.
public: