OW2 Consortium

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

Diff for /sync4j/funambol/clients/outlook/UI/src/SyncForm.h between version 1.13 and 1.14

version 1.13, 2007/03/20 17:09:57 version 1.14, 2007/03/30 13:51:21
Line 73 
Line 73 
                 // NOTE - the ClassWizard will add and remove member functions here.                 // NOTE - the ClassWizard will add and remove member functions here.
         //}}AFX_MSG         //}}AFX_MSG
    DECLARE_MESSAGE_MAP()    DECLARE_MESSAGE_MAP()
   
   private:
       bool lockedUI;
   
 public: public:
     CFont fontBold;     CFont fontBold;
     CFont fontNormal;     CFont fontNormal;
Line 128 
Line 132 
     // shows/hides the sync controls     // shows/hides the sync controls
     void showSyncControls(BOOL show);     void showSyncControls(BOOL show);
  
       void lockButtons();
       void unlockButtons();
   
     // change UI status text for a source     // change UI status text for a source
     void changeContactsStatus(CString status);     void changeContactsStatus(CString status);
     void changeCalendarStatus(CString status);     void changeCalendarStatus(CString status);


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge