git-svn-id: svn://db.shs.com.ru/pip@322 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -137,13 +137,13 @@ PIFile::PIFile(const PIString & path, PIIODevice::DeviceMode mode): PIIODevice(p
|
||||
}
|
||||
|
||||
|
||||
PIFile::PIFile(const PIFile & other) {
|
||||
fd = 0;
|
||||
fdi = -1;
|
||||
setPrecision(other.prec_);
|
||||
setPath(other.path());
|
||||
mode_ = other.mode_;
|
||||
}
|
||||
//PIFile::PIFile(const PIFile & other) {
|
||||
// fd = 0;
|
||||
// fdi = -1;
|
||||
// setPrecision(other.prec_);
|
||||
// setPath(other.path());
|
||||
// mode_ = other.mode_;
|
||||
//}
|
||||
|
||||
|
||||
bool PIFile::openDevice() {
|
||||
|
||||
Reference in New Issue
Block a user