Stream.cpp trio/Stream.h trio //CopyrightEpicGames,Inc.AllRightsReserved. #include"trio/Stream.h" namespacetrio{ constsc::StatusCodeBoundedIOStream::OpenError{100,"Erroropeningfile"}; constsc::StatusCodeBoundedIOStream::ReadError{101,"Errorreadingfile"}; constsc::StatusCodeBoundedIOStream::WriteError{102,"Errorwritingfile"}; constsc::StatusCodeBoundedIOStream::AlreadyOpenError{103,"Filealreadyopen"}; constsc::StatusCodeBoundedIOStream::SeekError{104,"Errorseekingfile"}; BoundedIOStream::~BoundedIOStream()=default; }//namespacetrio