Subversion Repositories spk

Rev

Rev 181 | Rev 196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 181 Rev 185
Line 5... Line 5...
5
#include "XspFile.h"
5
#include "XspFile.h"
6
#include "TextDB.h"
6
#include "TextDB.h"
7
 
7
 
8
#include "Packages.h"
8
#include "Packages.h"
9
#include "Utils/StringList.h"
9
#include "Utils/StringList.h"
10
#include "CyString.h"
-
 
11
 
10
 
12
#define DELETELIST(list) if ( list ) { list->clear(); delete list; }
11
#define DELETELIST(list) if ( list ) { list->clear(); delete list; }
13
 
12
 
14
namespace SPK {
13
namespace SPK {
15
 
14