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.22 by tdb, Tue May 21 16:47:16 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.uk
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 66 | Line 66 | module uk { module org { module iscream { module cms {
66          interface FilterInfo {
67              string getHostName();
68              string getUDPPort();
69            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          };
79    // end client
80    };
81    
82    module clientinterface {
83        interface ClientInterface {
84            void receiveXML(in string xml);
85        };
78          interface CorbaControlHandler {
79              boolean startData();
80              boolean stopData();
# Line 90 | 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