[GME-commit] GMESRC/GME/Core CoreAttribute.cpp,1.19,1.20
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Jun 15 14:23:01 CDT 2007
Update of /project/gme-repository/GMESRC/GME/Core
In directory escher:/tmp/cvs-serv32023
Modified Files:
CoreAttribute.cpp
Log Message:
Let's re-read the file status regnode also each time.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: CoreAttribute.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Core/CoreAttribute.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** CoreAttribute.cpp 29 Oct 2004 17:35:28 -0000 1.19
--- CoreAttribute.cpp 15 Jun 2007 19:22:59 -0000 1.20
***************
*** 1449,1453 ****
std::string str;
CopyTo(v,str);
! if( strncmp( str.c_str(), "GME_SourceControl_State", 23 ) == 0 )
{
COMTHROW( storage->get_AttributeValue(p) );
--- 1449,1454 ----
std::string str;
CopyTo(v,str);
! if( strncmp( str.c_str(), "GME_SourceControl_State", 23 ) == 0
! || strncmp( str.c_str(), "GME_SourceControl_File_", 23 ) == 0)
{
COMTHROW( storage->get_AttributeValue(p) );
More information about the GME-commit
mailing list