# | Line 60 | Line 60 | module uk { module ac { module ukc { module iscream { | |
---|---|---|
60 | interface ClientInterface { | |
61 | void receiveXML(in string xml); | |
62 | }; | |
63 | < | interface CorbaHandler { |
63 | > | interface CorbaControlHandler { |
64 | boolean startData(); | |
65 | boolean stopData(); | |
66 | boolean setHostList(in string hostList); | |
67 | }; | |
68 | interface CorbaClientListener { | |
69 | < | CorbaHandler connect(in string name, in client::Client client); |
69 | > | CorbaControlHandler connect(in client::Client client); |
70 | }; | |
71 | // end clientinterface | |
72 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |