#include <cybtimec.h>
Inheritance diagram for CybTimeC:


Public Methods | |
| CybTimeC () | |
| virtual | ~CybTimeC () |
| const TimeC & | GetTime () |
| virtual void | SetInterfaceData (AnyC &) |
| virtual void | CopyInterfaceData (AnyC &, long maxLen) |
| virtual long | GetInterfaceDataMinLength () |
| void | SetPresentTime () |
Protected Attributes | |
| TimeC | m_time |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from InterfaceC. |
|
|
Definition at line 44 of file cybtimec.h.
00044 {return m_time;}
|
|
|
Reimplemented from InterfaceC. |
|
|
Definition at line 50 of file cybtimec.h.
00050 {m_time.SetPresentTime();}
|
|
|
Definition at line 53 of file cybtimec.h. |
1.3-rc2