what could be less serializable than class with 2 fields that are pointers to C structures
This commit is contained in:
parent
706b6fded1
commit
2f1392e264
|
@ -2,8 +2,7 @@ package net.hyperic.sigar.win32;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class Service extends Win32Bindings implements java.io.Serializable
|
public class Service extends Win32Bindings {
|
||||||
{
|
|
||||||
// Service State
|
// Service State
|
||||||
public static final int SERVICE_STOPPED = 0x00000001;
|
public static final int SERVICE_STOPPED = 0x00000001;
|
||||||
public static final int SERVICE_START_PENDING = 0x00000002;
|
public static final int SERVICE_START_PENDING = 0x00000002;
|
||||||
|
|
Loading…
Reference in New Issue