PIIOTextStream(PIString * string) now with mandatory Mode
This commit is contained in:
@@ -260,7 +260,7 @@ bool PIConnection::configure(PIConfig & conf, const PIString & name_) {
|
||||
|
||||
PIString PIConnection::makeConfig() const {
|
||||
PIString ret;
|
||||
PIIOTextStream ts(&ret);
|
||||
PIIOTextStream ts(&ret, PIIODevice::WriteOnly);
|
||||
ts << "[" << name() << "]\n";
|
||||
PIVector<PIIODevice *> devs(boundedDevices());
|
||||
int dn(-1);
|
||||
|
||||
Reference in New Issue
Block a user