git-svn-id: svn://db.shs.com.ru/libs@357 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -91,13 +91,13 @@ CDCore::~CDCore() {
|
||||
|
||||
|
||||
void CDCore::k_write(PIIODevice * d) {
|
||||
k_.write(d, PIString());
|
||||
k_.write(d, CDType::cdK, PIString());
|
||||
}
|
||||
|
||||
|
||||
void CDCore::k_read(PIIODevice * d) {
|
||||
PIConfig conf(d, PIIODevice::ReadOnly);
|
||||
k_.read(&(conf.rootEntry()));
|
||||
k_.read(&(conf.rootEntry()), CDType::cdK);
|
||||
initRoot(k_);
|
||||
K_ChangedGlobal();
|
||||
/*PIVector<PIIODevice * > ds = connection.allDevices();
|
||||
|
||||
Reference in New Issue
Block a user