mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-22 15:32:20 +00:00
Changed - the call to open to be more like the constructor
the type of the argument length
the call to open to use the arguments given
[SVN r28499]
This commit is contained in:
@@ -106,10 +106,11 @@ void mapped_file_source::open(mapped_file_params p)
|
||||
open_impl(p);
|
||||
}
|
||||
|
||||
void mapped_file_source::open( const std::string& path, size_type length,
|
||||
void mapped_file_source::open( const std::string& path,
|
||||
mapped_file_source::size_type length,
|
||||
boost::intmax_t offset )
|
||||
{
|
||||
open_impl(p);
|
||||
open(path, length, offset);
|
||||
}
|
||||
|
||||
mapped_file_source::size_type mapped_file_source::size() const
|
||||
|
||||
Reference in New Issue
Block a user