fix prototypes

This commit is contained in:
Doug MacEachern 2007-05-22 06:49:08 +00:00
parent ba91081747
commit ef81794b50
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ public class VM extends VMwareObject {
native void destroy();
private static native void create();
private native void create();
private native void connect(ConnectParams params, String config, int mks)
throws VMwareException;

View File

@ -23,7 +23,7 @@ import java.util.List;
public class VMwareServer extends VMwareObject {
native void destroy();
private native int create();
private native void create();
public native boolean connect(ConnectParams params)
throws VMwareException;