Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data
In directory usw-pr-cvs1:/tmp/cvs-serv31708
Modified Files:
SnapshotImpl.java
Log Message:
no message
Index: SnapshotImpl.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/SnapshotImpl.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** SnapshotImpl.java 4 Jul 2002 18:00:31 -0000 1.25
--- SnapshotImpl.java 11 Jul 2002 18:21:37 -0000 1.26
***************
*** 186,193 ****
//////////////////////////////////////////////////////////////////////////
! // implementation of VirtualMachineImage interface
//////////////////////////////////////////////////////////////////////////
! //------------------------ maybe
/**
--- 186,193 ----
//////////////////////////////////////////////////////////////////////////
! // implementation of Snapshot interface
//////////////////////////////////////////////////////////////////////////
! //------------------------ Snapshot
/**
***************
*** 223,238 ****
}
! /**
! * Returns size (in bytes) of allocated memory in the mirrored virtual
! * machine.
! *
! * @return size (in bytes) of allocated memory in the mirrored virtual
! * machine.
! */
! public long totalMemory() {
! //PENDING
! return 0;
! }
!
/**
* Gets name of this snapshot.
--- 223,227 ----
}
!
/**
* Gets name of this snapshot.
***************
*** 255,259 ****
//}
! //------------------------ interafacee
/**
--- 244,262 ----
//}
! //////////////////////////////////////////////////////////////////////////
! // implementation of VirtualMachineImageRef interface
! //////////////////////////////////////////////////////////////////////////
!
! /**
! * Returns size (in bytes) of allocated memory in the mirrored virtual
! * machine.
! *
! * @return size (in bytes) of allocated memory in the mirrored virtual
! * machine.
! */
! public long totalMemory() {
! //PENDING
! return 0;
! }
/**
***************
*** 1149,1152 ****
--- 1152,1158 ----
/*
* $Log$
+ * Revision 1.26 2002/07/11 18:21:37 vachis
+ * no message
+ *
* Revision 1.25 2002/07/04 18:00:31 stolis
* Implements Snapshot instead of VirtualMachineImageRef.
|