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

Diff of /classpath/java/security/Policy.java

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

revision 1.11 by mkoch, Wed Oct 20 07:11:39 2004 UTC revision 1.12 by mkoch, Fri Oct 22 17:15:57 2004 UTC
# Line 1  Line 1 
1  /* Policy.java --- Policy Manager Class  /* Policy.java --- Policy Manager Class
2     Copyright (C) 1999, 2003, Free Software Foundation, Inc.     Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 95  import java.util.Map; Line 95  import java.util.Map;
95   */   */
96  public abstract class Policy  public abstract class Policy
97  {  {
98    static private Policy currentPolicy;    private static Policy currentPolicy;
99    
100    /** Map of ProtectionDomains to PermissionCollections for this instance. */    /** Map of ProtectionDomains to PermissionCollections for this instance. */
101    private Map pd2pc = null;    private Map pd2pc = null;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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