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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/EMail__Alerter.java (file contents):
Revision 1.22 by ajm, Fri Mar 23 01:09:51 2001 UTC vs.
Revision 1.23 by tdb, Sun May 13 01:47:44 2001 UTC

# Line 126 | Line 126 | public class EMail__Alerter extends AlerterSkeleton {
126   //---PRIVATE METHODS---
127      
128   //---ACCESSOR/MUTATOR METHODS---
129 +    
130 +    /**
131 +     * Returns the "friendly" name of this class. This
132 +     * is simply an accessor for _name, required due to
133 +     * inheritance issues with extending AlerterSkeleton.
134 +     *
135 +     * @return the friendly name
136 +     */
137 +    protected String getFName() {
138 +        return _name;
139 +    }
140  
141   //---ATTRIBUTES---
142      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines