ICE 3.4.2
[php5-ice-freebsdport.git] / py / demo / Ice / bidir / Callback.ice
blob2bdd497a048182f988f6ecf73c0cb6ab3b0f31fb
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_ICE
11 #define CALLBACK_ICE
13 #include <Ice/Identity.ice>
15 module Demo
18 interface CallbackReceiver
20     void callback(int num);
23 interface CallbackSender
25     void addClient(Ice::Identity ident);
30 #endif