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

Pavlin Radoslavov pavlin@icir.org
Wed, 6 Jul 2005 00:11:20 GMT


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

XORP CVS repository


Modified files:
	libxorp       utils.hh utils.cc test_utils.cc 
	fea           ifconfig_set.hh ifconfig_set_click.cc 
	rtrmgr        master_conf_tree.cc 

Log message:
	* Change the return type for xorp_make_temporary_file() to return
	  a (FILE*) pointer instead of xsock_t.
	  [ Change suggested by Bruce M. Simpson for better Windows portability.]
	
	* Change the Windows-related internals of xorp_make_temporary_file()
	  to use GetTempPath() and GetTempFileName().
	  Note that those changes haven't been tested yet.
	
	* Modify the rest of the XORP code to use the new return type of
	  xorp_make_temporary_file()

Revision  Changes                                Path
1.36      +2 -2;  commitid: 38f642cb20337ea6;    xorp/fea/ifconfig_set.hh
1.25      +12 -12;  commitid: 38f642cb20337ea6;  xorp/fea/ifconfig_set_click.cc
1.2       +6 -6;  commitid: 38f642cb20337ea6;    xorp/libxorp/test_utils.cc
1.2       +64 -13;  commitid: 38f642cb20337ea6;  xorp/libxorp/utils.cc
1.6       +13 -10;  commitid: 38f642cb20337ea6;  xorp/libxorp/utils.hh
1.50      +13 -13;  commitid: 38f642cb20337ea6;  xorp/rtrmgr/master_conf_tree.cc