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.13 and 1.13.2.1

version 1.13, 2007/04/02 14:18:22 version 1.13.2.1, 2007/04/13 14:12:07
Line 49 
Line 49 
     HANDLE hSyncThread;     HANDLE hSyncThread;
     DWORD dwThreadId;     DWORD dwThreadId;
     bool configOpened;     bool configOpened;
       int dpiX, dpiY;
  
 // Overrides // Overrides
         // ClassWizard generated virtual function overrides         // ClassWizard generated virtual function overrides
Line 69 
Line 70 
     // check if the user has set the connection settings     // check if the user has set the connection settings
     bool checkConnectionSettings();     bool checkConnectionSettings();
  
       int getDpiX() {return dpiX;}
       int getDpiY() {return dpiY;}
   
 #ifdef _DEBUG #ifdef _DEBUG
         virtual void AssertValid() const;         virtual void AssertValid() const;
         virtual void Dump(CDumpContext& dc) const;         virtual void Dump(CDumpContext& dc) const;


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

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge