00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef LIBTRACK_DOCUMENT_SYMMETRIC_DELTA_H_ 00012 #define LIBTRACK_DOCUMENT_SYMMETRIC_DELTA_H_ 00013 00014 #include "DocumentDelta.h" 00015 00016 00017 namespace Document 00018 { 00019 00024 class SymmetricDelta 00025 : public DocumentDelta 00026 { 00027 public: 00028 SymmetricDelta(); 00029 virtual ~SymmetricDelta(); 00030 00033 void unapply(Track::Track & track); 00034 }; 00035 00036 } // namespace Document 00037 00038 #endif // LIBTRACK_DOCUMENT_SYMMETRIC_DELTA_H_
Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.