Subversion Repositories tpanel

Rev

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

Rev 154 Rev 156
Line 135... Line 135...
135
                }
135
                }
136
            }
136
            }
137
 
137
 
138
            if (attribute.compare("page") == 0)
138
            if (attribute.compare("page") == 0)
139
            {
139
            {
140
                MSG_PROTOCOL("Added page " << pl.pageID << ", " << pl.name << " to page list.");
140
//                MSG_PROTOCOL("Added page " << pl.pageID << ", " << pl.name << " to page list.");
141
                mPageList.push_back(pl);
141
                mPageList.push_back(pl);
142
            }
142
            }
143
            else if (attribute.compare("subpage") == 0)
143
            else if (attribute.compare("subpage") == 0)
144
            {
144
            {
145
                MSG_PROTOCOL("Added subpage " << spl.pageID << ", " << spl.name << " to subpage list.");
145
//                MSG_PROTOCOL("Added subpage " << spl.pageID << ", " << spl.name << " to subpage list.");
146
                mSubPageList.push_back(spl);
146
                mSubPageList.push_back(spl);
147
            }
147
            }
148
        }
148
        }
149
 
149
 
150
        attribute.clear();
150
        attribute.clear();