Subversion Repositories spk

Rev

Rev 79 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 123
Line 14... Line 14...
14
 
14
 
15
#include "LCDBase.h"
15
#include "LCDBase.h"
16
 
16
 
17
 
17
 
18
#include <list>
18
#include <list>
19
using namespace std;
-
 
20
typedef list <CLCDBase*> LCD_OBJECT_LIST;
19
typedef std::list <CLCDBase*> LCD_OBJECT_LIST;
21
typedef LCD_OBJECT_LIST::iterator LCD_OBJECT_LIST_ITER;
20
typedef LCD_OBJECT_LIST::iterator LCD_OBJECT_LIST_ITER;
22
 
21
 
23
 
22
 
24
class CLCDCollection : public CLCDBase
23
class CLCDCollection : public CLCDBase
25
{
24
{