[Xorp-cvs] XORP cvs commit: xorp/rib xorp/rip

Atanu Ghosh atanu@icir.org
Tue, 1 Nov 2005 03:14:41 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-01 03:14:41 UTC

XORP CVS repository


Modified files:
	rib           rib_varrw.cc 
	rip           rip_varrw.cc 

Log message:
	With this compiler:
	gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-53)
	
	This construct was generating an error:
	template <class A>
	Element*
	RIBVarRW<A>::single_read(const Id& /* id */)
	{
	    XLOG_UNREACHABLE();
	}
	
	Add return 0.

Revision  Changes                               Path
1.9       +3 -1;  commitid: 100004366dda07ea6;  xorp/rib/rib_varrw.cc
1.8       +3 -1;  commitid: 100004366dda07ea6;  xorp/rip/rip_varrw.cc