[Xorp-cvs] XORP cvs commit: xorp/libxorp

Bruce Simpson bms@icir.org
Thu, 4 Aug 2005 10:39:26 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-08-04 10:39:26 UTC

XORP CVS repository


Modified files:
	libxorp       timeval.hh 

Log message:
	Diff reduction with XORP/Win32.
	 Introduce the following methods for general convenience:
	  int32_t TimeVal::to_ms()
	 Introduce the following methods for convenience on Windows only:
	  explicit TimeVal(const FILETIME& ft)
	  size_t TimeVal::copy_in(const FILETIME& filetime)
	  size_t TimeVal::copy_out(FILETIME& filetime)

Revision  Changes                                 Path
1.22      +107 -1;  commitid: 1842442f1f04e7ea6;  xorp/libxorp/timeval.hh