[GME-commit]
GMESRC/SDK/BON/tools/ComponentConfig RenameComponent.h,1.3,1.4
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Apr 16 07:13:27 CDT 2004
Update of /var/lib/gme/GMESRC/SDK/BON/tools/ComponentConfig
In directory braindrain:/tmp/cvs-serv8868
Modified Files:
RenameComponent.h
Log Message:
Updating with ComponentConfig.exe no more deletes the .dsp file (BUG #63)
CVS User: volgy
Index: RenameComponent.h
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/tools/ComponentConfig/RenameComponent.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RenameComponent.h 6 Oct 2003 14:57:58 -0000 1.3
--- RenameComponent.h 16 Apr 2004 11:13:23 -0000 1.4
***************
*** 39,43 ****
{
string _actualnewname;
! if( _newname.length( ) == 0 )
{
_actualnewname = "__" + _oldname;
--- 39,43 ----
{
string _actualnewname;
! if( (_newname.length( ) == 0) || (_newname == _oldname))
{
_actualnewname = "__" + _oldname;
More information about the GME-commit
mailing list