TimeAction.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
- // TimeAction.h: interface for the CTimeAction class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_TIMEACTION_H__C3D80D60_71D7_11D3_BA84_0000E8A021D8__INCLUDED_)
- #define AFX_TIMEACTION_H__C3D80D60_71D7_11D3_BA84_0000E8A021D8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CTimeAction
- {
- public:
- void DoQuarterChange();
- void DoTimeChange();
- CTimeAction();
- virtual ~CTimeAction();
- };
- #endif // !defined(AFX_TIMEACTION_H__C3D80D60_71D7_11D3_BA84_0000E8A021D8__INCLUDED_)