GME  13
SVNDialogCommit.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 
00004 // CSVNDialogCommit dialog
00005 
00006 class CSVNDialogCommit : public CDialogEx
00007 {
00008         DECLARE_DYNAMIC(CSVNDialogCommit)
00009 
00010 public:
00011         CSVNDialogCommit(CWnd* pParent = NULL);   // standard constructor
00012         virtual ~CSVNDialogCommit();
00013 
00014 // Dialog Data
00015         enum { IDD = IDD_DIALOG_SVNCOMMIT };
00016 
00017 protected:
00018         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00019 
00020         DECLARE_MESSAGE_MAP()
00021 public:
00022         CString filename;
00023         CString repository;
00024         long revision;
00025         CString logMessage;
00026 };