Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -38,8 +38,8 @@ exception statement from your version. */
|
||||
|
||||
package gnu.CORBA.GIOP;
|
||||
|
||||
import gnu.CORBA.CDR.cdrInput;
|
||||
import gnu.CORBA.CDR.cdrOutput;
|
||||
import gnu.CORBA.CDR.AbstractCdrInput;
|
||||
import gnu.CORBA.CDR.AbstractCdrOutput;
|
||||
|
||||
import org.omg.CORBA.portable.IDLEntity;
|
||||
|
||||
@@ -49,7 +49,7 @@ import org.omg.CORBA.portable.IDLEntity;
|
||||
* @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
|
||||
*/
|
||||
public abstract class RequestHeader
|
||||
extends contextSupportingHeader
|
||||
extends ContextHandler
|
||||
implements IDLEntity
|
||||
{
|
||||
/**
|
||||
@@ -137,7 +137,7 @@ public abstract class RequestHeader
|
||||
*
|
||||
* @param in a stream to read from.
|
||||
*/
|
||||
public abstract void read(cdrInput in);
|
||||
public abstract void read(AbstractCdrInput in);
|
||||
|
||||
/**
|
||||
* Return a string representation.
|
||||
@@ -149,6 +149,6 @@ public abstract class RequestHeader
|
||||
*
|
||||
* @param out a stream to write into.
|
||||
*/
|
||||
public abstract void write(cdrOutput out);
|
||||
public abstract void write(AbstractCdrOutput out);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user