00001 #if !defined(AFX_MYTIME_H__D3C6D8AD_F233_4E3A_ACD0_BA175F7B49BE__INCLUDED_) 00002 #define AFX_MYTIME_H__D3C6D8AD_F233_4E3A_ACD0_BA175F7B49BE__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 00008 #include "MyString.h" 00009 00010 class CMyTime 00011 { 00012 public: 00013 CMyTime(int nbSeconds); 00014 virtual ~CMyTime(); 00015 00016 void ToString(CMyString &result); 00017 00018 private: 00019 int m_nbSeconds; 00020 }; 00021 00022 #endif // !defined(AFX_MYTIME_H__D3C6D8AD_F233_4E3A_ACD0_BA175F7B49BE__INCLUDED_)