diff options
Diffstat (limited to 'cpp/include/Ice/RequestHandlerF.h')
-rw-r--r-- | cpp/include/Ice/RequestHandlerF.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cpp/include/Ice/RequestHandlerF.h b/cpp/include/Ice/RequestHandlerF.h new file mode 100644 index 00000000000..ee313002dae --- /dev/null +++ b/cpp/include/Ice/RequestHandlerF.h @@ -0,0 +1,25 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#ifndef ICE_REQUEST_HANDLER_F_H +#define ICE_REQUEST_HANDLER_F_H + +#include <IceUtil/Shared.h> +#include <Ice/Handle.h> + +namespace IceInternal +{ + +class RequestHandler; +ICE_API IceUtil::Shared* upCast(RequestHandler*); +typedef IceInternal::Handle<RequestHandler> RequestHandlerPtr; + +} + +#endif |