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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/RootFilterServant.java (file contents):
Revision 1.2 by tdb, Wed Nov 22 09:35:29 2000 UTC vs.
Revision 1.3 by tdb, Thu Nov 23 01:47:09 2000 UTC

# Line 47 | Line 47 | class RootFilterServant extends FilterPOA {
47          t.run(xml);
48      }
49      
50 +    public String getUDPPort() {
51 +        return null;
52 +    }
53 +    
54 +    public String getTCPPort() {
55 +        return null;
56 +    }
57 +    
58 +    public String getHostName() {
59 +        return null;
60 +    }
61 +    
62      /**
63       * Overrides the {@link java.lang.Object#toString() Object.toString()}
64       * method to provide clean logging (every class should have this).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines