Changes between Version 20 and Version 21 of FDORfc61


Ignore:
Timestamp:
Jun 6, 2011, 9:29:49 PM (13 years ago)
Author:
samwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc61

    v20 v21  
    1414||Proposed Milestone||3.7.0.0||
    1515||Assigned PSC guide(s)||Orest Halustchak||
    16 ||'''Voting History'''||(vote date)||
    17 ||+1||||
     16||'''Voting History'''||June 2, 2011 ||
     17||+1||||Orest,Greg,Haris,Jackie
    1818||+0||||
    1919||-0||||
     
    5151    /// Save point name.
    5252    ///
     53    /// \returns
     54    /// Returns nothing
     55 
    5356    FDO_API virtual void ReleaseSavePoint(FdoString* savePointName) = 0;
    5457   
     
    5962    /// Save point name.
    6063    ///
     64    /// \returns
     65    /// Returns nothing
    6166    FDO_API virtual void Rollback(FdoString* savePointName) = 0;
    6267    ......