home *** CD-ROM | disk | FTP | other *** search
- // MirrorItDoc.h : interface of the CMirrorItDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- #if !defined(AFX_MIRRORITDOC_H__C2396A6D_40C6_11D1_83C6_0000C0003048__INCLUDED_)
- #define AFX_MIRRORITDOC_H__C2396A6D_40C6_11D1_83C6_0000C0003048__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- class CSession;
-
- class CMirrorItDoc : public CDocument
- {
- protected: // create from serialization only
- CMirrorItDoc();
- DECLARE_DYNCREATE(CMirrorItDoc)
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMirrorItDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- virtual void DeleteContents();
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- BOOL m_ClipboardOperation;
- void StartSession();
- void MovedownSession(CListCtrl & list);
- void MoveupSession(CListCtrl & list);
- void AddSession(CString SessionName, CString BaseURL);
- void PropertiesSession(int selected);
- void PropertiesSession(CListCtrl &list);
- void RemoveSession(CListCtrl &list);
- void AddSession();
- CPtrArray sessions;
- virtual ~CMirrorItDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMirrorItDoc)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_MIRRORITDOC_H__C2396A6D_40C6_11D1_83C6_0000C0003048__INCLUDED_)
-