Difference for src/Patch.h from version 1.1046 to 1.1047

version 1.1046version 1.1047
Line 25
Line 25
 class Sequencer; class Sequencer;
 class PatchMap; class PatchMap;
 class AtomMapper; class AtomMapper;
  class SubmitReduction;
  
 // This the base class of homepatches and proxy patches. It maintains // This the base class of homepatches and proxy patches. It maintains
 // common functions of these patches. These include managing dependences // common functions of these patches. These include managing dependences
Line 256
Line 257
  
   private:   private:
      
      SubmitReduction *reduction;
  
 }; };
  


Legend:
Removed in v.1.1046 
changed lines
 Added in v.1.1047



Made by using version 1.53 of cvs2html