Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/java/security/PrivilegedAction.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11/* PrivilegedAction.java -- Perform a privileged action
    2    Copyright (C) 1998 Free Software Foundation, Inc.
     2   Copyright (C) 1998 Free Software Foundation, Inc.
    33
    44This file is part of GNU Classpath.
     
    3939
    4040/**
    41  * This interface specifes a single <code>run</code> method that 
    42  * executes a privileged operation.  This method is called by 
     41 * This interface specifes a single <code>run</code> method that
     42 * executes a privileged operation.  This method is called by
    4343 * <code>AccessController.doPrivileged()</code> after that method
    4444 * activiates the required privileges.
    4545 *
    46  * @version 0.0
    47  *
    4846 * @author Aaron M. Renn ([email protected])
     47
     48
     49
     50
    4951 */
    5052public interface PrivilegedAction
     
    5658   *
    5759   * @return obj An implementation dependent return value
     60
     61
    5862   */
    59   public abstract Object run();
    60 }
     63  Object run();
     64}
Note: See TracChangeset for help on using the changeset viewer.