27 m_level = msg->outputLevel(
"POSIXFileHandler" );
43 int mm = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
45 fd = open( n.c_str(), (
int)f, mm );
71 ptr = fdopen( fd, m.c_str() );
95 if ( close( fd ) != 0 ) {
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
The IMessage is the interface implemented by the message service.
Io::close_t closePOSIXFile(Io::Fd fd)
POSIXFileHandler(IMessageSvc *)
Io::open_t openPOSIXFile(const std::string &n, const Io::IoFlags &f, const std::string &desc, Io::Fd &fd, void *&ptr)
Io::reopen_t reopenPOSIXFile(Io::Fd fd, const Io::IoFlags &)