ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/io/basic_ifstrstream.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/io/basic_ifstrstream.hpp (file contents):
Revision 1924 by tim, Wed Dec 15 22:34:41 2004 UTC vs.
Revision 1925 by tim, Tue Jan 11 20:50:26 2005 UTC

# Line 164 | Line 164 | class basic_ifstrstream : public std::basic_istream<_C
164   #ifndef IS_MPI            
165              //single version fall back to ifstream
166              if (!this->rdbuf()->close())
167 <                this->setstate(ios_base::failbit);
167 >                this->setstate(std::ios_base::failbit);
168   #endif            
169  
170              isRead = false;
# Line 330 | Line 330 | class basic_ifstrstream : public std::basic_istream<_C
330  
331              this->init(internalBuf_);
332              if (!fileBuffer->open(filename, mode)) {
333 <                this->setstate(ios_base::failbit);
333 >                this->setstate(std::ios_base::failbit);
334                  return false;
335              }    
336  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines