SyncClock.h
上传用户:trilite
上传日期:2007-04-24
资源大小:261k
文件大小:1k
源码类别:

酒店行业

开发平台:

Visual C++

  1. #if !defined(AFX_SYNCCLOCK_H__265B7AB4_5869_11D4_83B4_0080C8F5DB70__INCLUDED_)
  2. #define AFX_SYNCCLOCK_H__265B7AB4_5869_11D4_83B4_0080C8F5DB70__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // SyncClock.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSyncClock recordset
  10. class CSyncClock : public CRecordset
  11. {
  12. public:
  13. static void SetSystemTime(const CTime& time);
  14. CSyncClock(CDatabase* pDatabase = NULL);
  15. DECLARE_DYNAMIC(CSyncClock)
  16. // Field/Param Data
  17. //{{AFX_FIELD(CSyncClock, CRecordset)
  18. CTime m_datetimeServer;
  19. //}}AFX_FIELD
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CSyncClock)
  23. public:
  24. virtual CString GetDefaultConnect();    // Default connection string
  25. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  26. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. };
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_SYNCCLOCK_H__265B7AB4_5869_11D4_83B4_0080C8F5DB70__INCLUDED_)