git-svn-id: svn://db.shs.com.ru/libs@101 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user