# | Line 42 | Line 42 | module uk { module org { module iscream { module cms { | |
---|---|---|
42 | module filter { | |
43 | interface Filter { | |
44 | void receiveXML(in string xml); | |
45 | + | }; |
46 | + | interface FilterInfo { |
47 | string getHostName(); | |
48 | string getUDPPort(); | |
49 | string getTCPPort(); | |
# | Line 73 | Line 75 | module uk { module org { module iscream { module cms { | |
75 | // end clientinterface | |
76 | }; | |
77 | ||
78 | < | // end uk.org.iscream |
78 | > | // end uk.org.iscream.cms.server |
79 | };};};};}; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |