OW2 Consortium

(file) Return to MainSyncFrm.h CVS log (file) (dir) Up to [OW2-CVS] / sync4j / funambol / clients / outlook / UI / src

Diff for /sync4j/funambol/clients/outlook/UI/src/MainSyncFrm.h between version 1.3 and 1.3.2.1

version 1.3, 2006/12/14 17:03:19 version 1.3.2.1, 2007/01/12 13:18:13
Line 35 
Line 35 
   DECLARE_DYNCREATE(CMainSyncFrame)   DECLARE_DYNCREATE(CMainSyncFrame)
  
 public: public:
   
     CConfigFrame* pConfigFrame;     CConfigFrame* pConfigFrame;
  
 protected: protected:
Line 55 
Line 54 
 // Implementation // Implementation
 public: public:
         virtual ~CMainSyncFrame();         virtual ~CMainSyncFrame();
       void backupSyncModeSettings();
       void restoreSyncModeSettings();
     void showSettingsWindow();     void showSettingsWindow();
   
 #ifdef _DEBUG #ifdef _DEBUG
         virtual void AssertValid() const;         virtual void AssertValid() const;
         virtual void Dump(CDumpContext& dc) const;         virtual void Dump(CDumpContext& dc) const;
 #endif #endif
  
 protected:  // control bar embedded members protected:  // control bar embedded members
       int syncModeCalendar; int syncModeContacts; int syncModeTasks; int syncModeNotes;
     CFont fontBold;     CFont fontBold;
     CButton butSync;     CButton butSync;
  
Line 69 
Line 72 
     int totalItems;     int totalItems;
     int currentItem;     int currentItem;
     int syncSourceBegin;     int syncSourceBegin;
     int totalSources;  
     bool updatedPbar;  
  
 public: public:
     CStatusBar  wndStatusBar;     CStatusBar  wndStatusBar;


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge