git-svn-id: svn://db.shs.com.ru/pip@242 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-08-26 14:42:22 +00:00
parent 06c93d433c
commit f52fec4e78
10 changed files with 505 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ public:
bool isHidden() const {return flags[Hidden];}
};
//! Constructs a file with path "path" nad open mode "type"
//! Constructs a file with path "path" and open mode "mode"
explicit PIFile(const PIString & path, DeviceMode mode = ReadWrite);
PIFile(const PIFile & other);