Parent Directory
|
Revision Log
Initial revision
| 1 | bearsoft | 1.1 | #include "IntElement.h" |
| 2 | #include "../System/SystemDefine.h" | ||
| 3 | |||
| 4 | IntElement::IntElement(int iValue) | ||
| 5 | { | ||
| 6 | value=iValue; | ||
| 7 | } | ||
| 8 | |||
| 9 | IntElement::~IntElement() | ||
| 10 | { | ||
| 11 | } | ||
| 12 |
| root@recompile.se | ViewVC Help |
| Powered by ViewVC 1.1.26 |