13 #ifndef _TIME_H__AB00FD0B_E6BC_40cf_B86B_796212E2FA47__
14 #define _TIME_H__AB00FD0B_E6BC_40cf_B86B_796212E2FA47__
23 unsigned long m_nTime;
25 inline Time(
unsigned long nTime) : m_nTime(nTime) { }
28 inline unsigned long GetTime()
const {
return m_nTime; }
33 #endif // _TIME_H__AB00FD0B_E6BC_40cf_B86B_796212E2FA47__
unsigned long GetTime() const
Returns the Time value the current object represents.