This commit is contained in:
2013-07-20 23:20:32 +00:00
parent ba898b6035
commit f5691610b5

View File

@@ -0,0 +1,22 @@
// GlobalHelper.h: interface for the GlobalHelper class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GLOBALHELPER_H__35CAA970_7195_4D25_B82E_EE47BDD64CC0__INCLUDED_)
#define AFX_GLOBALHELPER_H__35CAA970_7195_4D25_B82E_EE47BDD64CC0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class GlobalHelper
{
public:
GlobalHelper();
virtual ~GlobalHelper();
static CString GetLocalTime();
};
#endif // !defined(AFX_GLOBALHELPER_H__35CAA970_7195_4D25_B82E_EE47BDD64CC0__INCLUDED_)