Changes between Version 7 and Version 8 of FDORfc61


Ignore:
Timestamp:
May 25, 2011, 8:35:27 PM (13 years ago)
Author:
samwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc61

    v7 v8  
    6464{
    6565         public:
    66          
     66          FdoSavePoint( FdoStringsP name, int rank );
    6767        int GetRank()
    6868        void SetRank(int rank);
     
    7979    protected:
    8080        FdoSavePoint() {}
    81         FdoSavePoint( FdoStringsP name, int rank );
    8281        virtual ~FdoSavePoint() {}
    83 
    8482        virtual void Dispose();
    8583