Subversion Repositories spk

Rev

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

Rev 79 Rev 123
Line 15... Line 15...
15
 
15
 
16
#include "LCDManager.h"
16
#include "LCDManager.h"
17
#include "lglcd.h"
17
#include "lglcd.h"
18
#include "vector"
18
#include "vector"
19
 
19
 
20
using namespace std;
-
 
21
 
-
 
22
typedef vector <CLCDManager*> LCD_MGR_LIST;
20
typedef std::vector <CLCDManager*> LCD_MGR_LIST;
23
typedef LCD_MGR_LIST::iterator LCD_MGR_LIST_ITER;
21
typedef LCD_MGR_LIST::iterator LCD_MGR_LIST_ITER;
24
 
22
 
25
class CLCDOutput : public CLCDManager
23
class CLCDOutput : public CLCDManager
26
{
24
{
27
 
25