ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/openbabel/zipstream.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/openbabel/zipstream.hpp (file contents):
Revision 2440 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 2486 by chuckv, Mon Dec 5 21:45:27 2005 UTC

# Line 154 | Line 154 | class basic_unzip_streambuf : (public)
154   public:
155      typedef std::basic_istream<charT,traits>& istream_reference;
156      typedef unsigned char byte_type;
157 <    typedef char          char_type;
157 >    typedef charT          char_type;
158      typedef byte_type* byte_buffer_type;
159      typedef std::vector<byte_type> byte_vector_type;
160      typedef std::vector<char_type> char_vector_type;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines