~raof/mir/rootless-xserver-work

« back to all changes in this revision

Viewing changes to src/server/frontend/socket_messenger.cpp

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2014-01-17 13:53:05 UTC
  • mfrom: (1333.2.12 mir)
  • Revision ID: tarmac-20140117135305-92ioysypng39cssc
frontend: refactoring to make it easier to expose the underlying RPC transport on the server side.

Approved by Alexandros Frantzis, Kevin DuBois, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
void mfd::SocketMessenger::send(std::string const& body)
51
51
{
52
 
    send(body, mf::FdSets());
 
52
    send(body, {});
53
53
}
54
54
 
55
55
void mfd::SocketMessenger::send(std::string const& body, FdSets const& fd_set)