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/Alert.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/Alert.java (file contents):
Revision 1.1 by tdb, Wed Feb 28 00:00:04 2001 UTC vs.
Revision 1.2 by tdb, Wed Feb 28 00:07:58 2001 UTC

# Line 20 | Line 20 | class Alert {
20      public static final String REVISION = "$Revision$";
21      
22      // DEFINE MORE ALERT LEVELS HERE
23 <    public static final int OK = "0";
23 >    public static final int OK = 0;
24      
25   //---STATIC METHODS---
26  
# Line 56 | Line 56 | class Alert {
56   //---PRIVATE METHODS---
57  
58   //---ACCESSOR/MUTATOR METHODS---
59 +    
60 +    /**
61 +     * Returns the level of this packet
62 +     */
63 +    public int getLevel() {
64 +        return _level;
65 +    }
66  
67   //---ATTRIBUTES---
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines