/[cvs]/api/Classes/Element/IntElement.cpp
ViewVC logotype

Annotation of /api/Classes/Element/IntElement.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jul 1 20:47:58 2001 UTC (23 years ago) by bearsoft
Branch point for: lazy, MAIN
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