COOPY » Guide
version 0.6.5
|
00001 #ifndef COOPY_MERGEOUTPUT 00002 #define COOPY_MERGEOUTPUT 00003 00004 #include <coopy/Patcher.h> 00005 #include <coopy/CompareFlags.h> 00006 #include <coopy/SheetCell.h> 00007 #include <coopy/PolySheet.h> 00008 #include <coopy/TextBook.h> 00009 00010 namespace coopy { 00011 namespace cmp { 00012 class MergeOutput; 00013 } 00014 } 00015 00023 class coopy::cmp::MergeOutput : public Patcher { 00024 public: 00025 virtual bool wantDiff() { return false; } 00026 }; 00027 00028 #endif 00029