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.21 by tdb, Sat May 18 18:16:00 2002 UTC vs.
Revision 1.25 by tdb, Sun Aug 1 10:40:40 2004 UTC

# Line 1 | Line 1
1   //
2   // i-scream central monitoring system
3 + // http://www.i-scream.org
4   // Copyright (C) 2000-2002 i-scream
5   //
6   // This program is free software; you can redistribute it and/or
# Line 65 | Line 66 | module uk { module org { module iscream { module cms {
66          interface FilterInfo {
67              string getHostName();
68              string getUDPPort();
68            string getTCPPort();
69          };
70          
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