-Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272
This commit is contained in:
parent
4fdab4f555
commit
52e53d4513
5 changed files with 7 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ public:
|
|||
READ=1,
|
||||
WRITE=2,
|
||||
READ_WRITE=3,
|
||||
WRITE_READ=7,
|
||||
};
|
||||
|
||||
virtual void close()=0; ///< close a file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue