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

Pavlin Radoslavov pavlin@icir.org
Mon, 29 Aug 2005 22:08:43 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-08-29 22:08:43 UTC

XORP CVS repository


Modified files:
	libxorp       win_dispatcher.hh 

Log message:
	Guard the whole file with #ifdef HOST_OS_WINDOWS ... #endif
	instead of using a number of mini-guards. The reason for the change
	is because the whole header file is Windows-specific so there is no
	reason the definitions inside it should be used by non-Windows
	platforms.

Revision  Changes                             Path
1.4       +3 -6;  commitid: 5ab431387177ea6;  xorp/libxorp/win_dispatcher.hh