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

Pavlin Radoslavov pavlin@icir.org
Fri, 18 Nov 2005 08:44:11 GMT


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

XORP CVS repository


Modified files:
	libxorp       heap.cc 

Log message:
	Get rid of deprecated C++ feature:
	OLD: char *blanks="";
	NEW: const char *blanks="";
	
	Bug found by:   Mark Doll <doll@tm.uka.de>

Revision  Changes                              Path
1.16      +2 -2;  commitid: 241b437d93fb7ea6;  xorp/libxorp/heap.cc