renamed category --> io_category

[SVN r27026]
This commit is contained in:
Jonathan Turkanis
2005-02-02 06:59:03 +00:00
parent 403ff6b0a9
commit e20e0777a0
2 changed files with 4 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ private:
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
public:
typedef typename base_type::char_type char_type;
typedef typename base_type::category io_category;
typedef typename base_type::io_category io_category;
basic_bzip2_compressor( const bzip2_params& = bzip2::default_block_size,
std::streamsize buffer_size =
default_buffer_size );
@@ -249,7 +249,7 @@ private:
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
public:
typedef typename base_type::char_type char_type;
typedef typename base_type::category io_category;
typedef typename base_type::io_category io_category;
basic_bzip2_decompressor( bool small = bzip2::default_small,
std::streamsize buffer_size =
default_buffer_size );

View File

@@ -237,7 +237,7 @@ private:
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
public:
typedef typename base_type::char_type char_type;
typedef typename base_type::category io_category;
typedef typename base_type::io_category io_category;
basic_zlib_compressor( const zlib_params& = zlib::default_compression,
std::streamsize buffer_size = default_buffer_size );
// Note: use large buffer.
@@ -262,7 +262,7 @@ private:
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
public:
typedef typename base_type::char_type char_type;
typedef typename base_type::category io_category;
typedef typename base_type::io_category io_category;
basic_zlib_decompressor( int window_bits = zlib::default_window_bits,
std::streamsize buffer_size =
default_buffer_size );