예제 #1
0
파일: FTP_IOStream.cpp 프로젝트: CCJY/ACE
 IOS::IOS (std::iostream * stream)
   : streambuf_ (stream)
   {
     ace_ios_init (&this->streambuf_);
   }
예제 #2
0
IOS::IOS (std::iostream& stream, StreamBuffer::policy_type* policy)
    : streambuf_ (stream, policy)
{
    ace_ios_init (&this->streambuf_);
}
예제 #3
0
 Sock_IOSBase<ACE_SYNCH_USE>::Sock_IOSBase (stream_type* stream)
   : streambuf_ (stream)
   {
     ace_ios_init (&this->streambuf_);
   }