ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/idl/iscream.idl
(Generate patch)

Comparing projects/cms/source/server/idl/iscream.idl (file contents):
Revision 1.23 by tdb, Mon Feb 24 20:18:46 2003 UTC vs.
Revision 1.24 by tdb, Mon May 5 22:05:01 2003 UTC

# Line 71 | Line 71 | module uk { module org { module iscream { module cms {
71      // end filter
72      };
73      
74 <    module client {
74 >    module clientinterface {
75          interface Client {
76              void receiveXML(in string xml);
77          };
78    // end client
79    };
80    
81    module clientinterface {
82        interface ClientInterface {
83            void receiveXML(in string xml);
84        };
78          interface CorbaControlHandler {
79              boolean startData();
80              boolean stopData();
# Line 89 | Line 82 | module uk { module org { module iscream { module cms {
82              void disconnect();
83          };
84          interface CorbaClientListener {
85 <            CorbaControlHandler connect(in client::Client client, in string name);
85 >            CorbaControlHandler connect(in Client client, in string name);
86          };
87      // end clientinterface
88      };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines