Subversion Repositories tpanel

Rev

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

Rev 21 Rev 23
Line 25... Line 25...
25
using std::string;
25
using std::string;
26
using std::vector;
26
using std::vector;
27
 
27
 
28
TPageList::TPageList()
28
TPageList::TPageList()
29
{
29
{
30
    DECL_TRACER("TPageList::TPageList(mxml_node_t *tree)");
30
    DECL_TRACER("TPageList::TPageList()");
31
    mProject = makeFileName(TConfig::getProjectPath(), "prj.xma");
31
    mProject = makeFileName(TConfig::getProjectPath(), "prj.xma");
32
    initialize();
32
    initialize();
33
}
33
}
34
 
34
 
35
TPageList::~TPageList()
35
TPageList::~TPageList()