ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / Ice / callback / CallbackSenderI.h
blob6e39b87e8aef0b69f536067fe2344ce43d9bc680
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #ifndef CALLBACK_I_H
11 #define CALLBACK_I_H
13 #include <Callback.h>
15 class CallbackSenderI : public Demo::CallbackSender
17 public:
19 virtual void initiateCallback(const Demo::CallbackReceiverPrx&, const Ice::Current&);
20 virtual void shutdown(const Ice::Current&);
23 #endif