- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libjava/java/security/AccessController.java (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libjava/java/security/AccessController.java
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 44 44 * Manipulates the access control context for code that needs to be executed 45 45 * the protection domain of the calling class (by explicitly ignoring the 46 * context of the calling code) in the <code>doPrivil iged()</code> methods.46 * context of the calling code) in the <code>doPrivilged()</code> methods. 47 47 * And provides a <code>getContext()</code> method which gives the access 48 48 * control context of the current thread that can be used for checking … … 132 132 * <code>run()</code> should be be called. 133 133 * @returns the result of the <code>action.run()</code> method. 134 * @exception Privil igedActionException wrapped around any exception that134 * @exception PrivilgedActionException wrapped around any exception that 135 135 * is thrown in the <code>run()</code> method. 136 136 */ … … 164 164 * domains should be added to the protection domain of the calling class. 165 165 * @returns the result of the <code>action.run()</code> method. 166 * @exception Privil igedActionException wrapped around any exception that166 * @exception PrivilgedActionException wrapped around any exception that 167 167 * is thrown in the <code>run()</code> method. 168 168 */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
