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

Pavlin Radoslavov pavlin@icir.org
Wed, 26 Oct 2005 20:13:37 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-26 20:13:37 UTC

XORP CVS repository


Modified files:
	fea           ifconfig_media.cc mfea_mrouter.cc 
	              mfea_proto_comm.cc rawsock.cc 

Log message:
	Replace C-style pointer casting "(struct foo *)" with the C++ style:
	"reinterpret_cast<struct foo *>(bar)"

Revision  Changes                                 Path
1.3       +1 -1;  commitid: 140df435fe3397ea6;    xorp/fea/ifconfig_media.cc
1.38      +5 -5;  commitid: 140df435fe3397ea6;    xorp/fea/mfea_mrouter.cc
1.37      +14 -14;  commitid: 140df435fe3397ea6;  xorp/fea/mfea_proto_comm.cc
1.8       +16 -15;  commitid: 140df435fe3397ea6;  xorp/fea/rawsock.cc