Commit fa93ca31 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

error

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57657 954022d7-b5bf-4e40-9824-e11837661b57
parent 2b70cde9
......@@ -209,7 +209,7 @@ public: // Attributes
public: // Operations
// Sets the read position.
std::streampos seek( std::streampos pos, std::ios_base::seekdir origin, std::ios_base::openmode mode )
std::streampos seek( std::streampos pos, std::ios::seekdir origin = std::ios_base::beg, std::ios::openmode mode = std::ios::in)
{
if( impl ) return impl->seek( pos, origin, mode );
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment