Changeset 149

Show
Ignore:
Timestamp:
06/26/08 15:37:54 (6 months ago)
Author:
zork
Message:

VC fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dba/dba/xmlostream.cpp

    r140 r149  
    4848XMLOStream::update(Storeable* pObject) { 
    4949  //file is always created from scratch 
    50   store(pObject); 
     50  return store(pObject); 
    5151}; 
    5252 
     
    100100  }; 
    101101  xmlAddChild(mParentNode, node); 
     102  return true; 
    102103}; 
    103104