[Xorp-cvs] XORP cvs commit: xorp/examples/usermgr

Atanu Ghosh atanu at icir.org
Tue Nov 18 11:15:09 PST 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at chum.icir.org	2008-11-18 19:15:09 UTC

XORP CVS repository


Modified files:
	examples/usermgr usermgr.cc usermgr.hh 

Log message:
	Reformat to conform with coding style.
	
	Remove spurious "void" arguments, not required in C++.
	
	Commented out unnecesary constructors and destructors.
	
	Replaced "describe" methods that used printf with "str" a method that
	returns a string. We don't use "printf" and "str" is the preferred
	debugging method.
	
	Remove unnecesary casts.

Revision  Changes                                 Path
1.3       +34 -19;  commitid: 117454923143d41a7;  xorp/examples/usermgr/usermgr.cc
1.3       +95 -78;  commitid: 117454923143d41a7;  xorp/examples/usermgr/usermgr.hh



More information about the Xorp-cvs mailing list