/[classpath]/classpath/javax/naming/ldap/ExtendedRequest.java
ViewVC logotype

Diff of /classpath/javax/naming/ldap/ExtendedRequest.java

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

revision 1.3 by uid67440, Fri Dec 26 20:27:04 2003 UTC revision 1.4 by mkoch, Thu Oct 21 20:53:16 2004 UTC
# Line 1  Line 1 
1  /* ExtendedRequest.java --  /* ExtendedRequest.java --
2     Copyright (C) 2001 Free Software Foundation, Inc.     Copyright (C) 2001, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.naming.ldap;  package javax.naming.ldap;
40    
41  import java.io.Serializable;  import java.io.Serializable;
42    
43  import javax.naming.NamingException;  import javax.naming.NamingException;
44    
45  /**  /**
46   * @author Warren Levy <warrenl@redhat.com>   * @author Warren Levy (warrenl@redhat.com)
47   * @date June 1, 2001   * @date June 1, 2001
48   */   */
   
49  public interface ExtendedRequest extends Serializable  public interface ExtendedRequest extends Serializable
50  {  {
51    String getID();    String getID();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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