fixed BFile
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1682 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
343b352fe1
commit
23d36867f6
@ -37,7 +37,7 @@ public:
|
|||||||
BFile(const entry_ref *ref, uint32 openMode);
|
BFile(const entry_ref *ref, uint32 openMode);
|
||||||
BFile(const BEntry *entry, uint32 openMode);
|
BFile(const BEntry *entry, uint32 openMode);
|
||||||
BFile(const char *path, uint32 openMode);
|
BFile(const char *path, uint32 openMode);
|
||||||
BFile(BDirectory *dir, const char *path, uint32 openMode);
|
BFile(const BDirectory *dir, const char *path, uint32 openMode);
|
||||||
virtual ~BFile();
|
virtual ~BFile();
|
||||||
|
|
||||||
status_t SetTo(const entry_ref *ref, uint32 openMode);
|
status_t SetTo(const entry_ref *ref, uint32 openMode);
|
||||||
|
@ -94,7 +94,7 @@ BFile::BFile(const char *path, uint32 openMode)
|
|||||||
\param openMode the mode in which the file should be opened
|
\param openMode the mode in which the file should be opened
|
||||||
\see SetTo() for values for \a openMode
|
\see SetTo() for values for \a openMode
|
||||||
*/
|
*/
|
||||||
BFile::BFile(BDirectory *dir, const char *path, uint32 openMode)
|
BFile::BFile(const BDirectory *dir, const char *path, uint32 openMode)
|
||||||
: BNode(),
|
: BNode(),
|
||||||
BPositionIO(),
|
BPositionIO(),
|
||||||
fMode(0)
|
fMode(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user