/[classpath]/classpath/java/security/GuardedObject.java
ViewVC logotype

Diff of /classpath/java/security/GuardedObject.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ericb, Fri Mar 29 08:30:51 2002 UTC revision 1.5.2.1 by gnu_andrew, Sat Jan 15 17:02:08 2005 UTC
# Line 1  Line 1 
1  /* GuardedObject.java -- An object protected by a Guard  /* GuardedObject.java -- An object protected by a Guard
2     Copyright (C) 1998, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.security;  package java.security;
40    
 import java.io.Serializable;  
41  import java.io.IOException;  import java.io.IOException;
42  import java.io.ObjectOutputStream;  import java.io.ObjectOutputStream;
43    import java.io.Serializable;
44    
45  /**  /**
46   * This class is an object that is guarded by a <code>Guard</code> object.   * This class is an object that is guarded by a <code>Guard</code> object.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26