From 2fe7fe320600a3b5315a7534ddb93d8942c9835e Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 11 Apr 2001 20:11:25 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/loader/bamFile.I | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/loader/bamFile.I b/panda/src/loader/bamFile.I index 7c1b0cecc2..dbb8fca804 100644 --- a/panda/src/loader/bamFile.I +++ b/panda/src/loader/bamFile.I @@ -11,7 +11,7 @@ // reading with no errors so far detected, or false // otherwise. //////////////////////////////////////////////////////////////////// -bool BamFile:: +INLINE bool BamFile:: is_valid_read() const { return (_reader != (BamReader *)NULL); } @@ -24,7 +24,7 @@ is_valid_read() const { // writing with no errors so far detected, or false // otherwise. //////////////////////////////////////////////////////////////////// -bool BamFile:: +INLINE bool BamFile:: is_valid_write() const { return (_writer != (BamWriter *)NULL); }