what could be less serializable than class with 2 fields that are pointers to C structures

This commit is contained in:
Doug MacEachern 2005-06-26 00:20:06 +00:00
parent 706b6fded1
commit 2f1392e264
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ package net.hyperic.sigar.win32;
import java.util.List;
public class Service extends Win32Bindings implements java.io.Serializable
{
public class Service extends Win32Bindings {
// Service State
public static final int SERVICE_STOPPED = 0x00000001;
public static final int SERVICE_START_PENDING = 0x00000002;