mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
*** empty log message ***
This commit is contained in:
parent
290225e5a3
commit
2fe7fe3206
@ -11,7 +11,7 @@
|
|||||||
// reading with no errors so far detected, or false
|
// reading with no errors so far detected, or false
|
||||||
// otherwise.
|
// otherwise.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
bool BamFile::
|
INLINE bool BamFile::
|
||||||
is_valid_read() const {
|
is_valid_read() const {
|
||||||
return (_reader != (BamReader *)NULL);
|
return (_reader != (BamReader *)NULL);
|
||||||
}
|
}
|
||||||
@ -24,7 +24,7 @@ is_valid_read() const {
|
|||||||
// writing with no errors so far detected, or false
|
// writing with no errors so far detected, or false
|
||||||
// otherwise.
|
// otherwise.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
bool BamFile::
|
INLINE bool BamFile::
|
||||||
is_valid_write() const {
|
is_valid_write() const {
|
||||||
return (_writer != (BamWriter *)NULL);
|
return (_writer != (BamWriter *)NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user