OSDN Git Service

Change Dir Structure to be same as TortoiseSVN'
[tortoisegit/TortoiseGitJp.git] / src / TortoiseMerge / LeftView.h
diff --git a/src/TortoiseMerge/LeftView.h b/src/TortoiseMerge/LeftView.h
new file mode 100644 (file)
index 0000000..040892e
--- /dev/null
@@ -0,0 +1,35 @@
+// TortoiseMerge - a Diff/Patch program\r
+\r
+// Copyright (C) 2006-2007 - TortoiseSVN\r
+\r
+// This program is free software; you can redistribute it and/or\r
+// modify it under the terms of the GNU General Public License\r
+// as published by the Free Software Foundation; either version 2\r
+// of the License, or (at your option) any later version.\r
+\r
+// This program is distributed in the hope that it will be useful,\r
+// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+// GNU General Public License for more details.\r
+\r
+// You should have received a copy of the GNU General Public License\r
+// along with this program; if not, write to the Free Software Foundation,\r
+// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r
+//\r
+#pragma once\r
+#include "BaseView.h"\r
+\r
+/**\r
+ * \ingroup TortoiseMerge\r
+ * the left view in TortoiseMerge, usually showing "theirs".\r
+ */\r
+class CLeftView : public CBaseView\r
+{\r
+       DECLARE_DYNCREATE(CLeftView)\r
+public:\r
+       CLeftView(void);\r
+       ~CLeftView(void);\r
+protected:\r
+       bool    OnContextMenu(CPoint point, int nLine, DiffStates state);\r
+       \r
+};\r