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

Pavlin Radoslavov pavlin@icir.org
Fri, 1 Jul 2005 18:39:20 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-07-01 18:39:20 UTC

XORP CVS repository


Modified files:
	libxorp       Makefile.am Makefile.in utils.hh 

Added files:
	libxorp       test_utils.cc utils.cc 

Log message:
	* Add new utility function "xorp_make_temporary_file()" that can
	  be used to create a temporary file with unique name.
	  The kdoc header in utils.hh describes its usage.
	
	* Add new test program test_utils.cc that tests the above function.

Revision  Changes                                 Path
1.35      +5 -1;  commitid: 1364442c58c907ea6;    xorp/libxorp/Makefile.am
1.48      +23 -10;  commitid: 1364442c58c907ea6;  xorp/libxorp/Makefile.in
1.1       +210 -0                                 xorp/libxorp/test_utils.cc (new)
1.1       +97 -0                                  xorp/libxorp/utils.cc (new)
1.5       +42 -1;  commitid: 1364442c58c907ea6;   xorp/libxorp/utils.hh