git-svn-id: svn://db.shs.com.ru/libs@101 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-07-21 15:02:05 +00:00
parent feefedf062
commit f8a46d1719
9 changed files with 98 additions and 37 deletions

View File

@@ -21,6 +21,7 @@ public:
const KType operator [](int v) const;
KSection & section(int v);
const KSection section(int v) const;
const KSection & root() const;
EVENT(sended)
EVENT(received)
@@ -29,6 +30,7 @@ public:
void write(PIIODevice * d);
void read(PIIODevice * d);
void parse(PIIODevice * d);
void update(PIIODevice * d);
private:
Core * core;