~andreas-pokorny/mir/fix-1539009-proper-accumulation-of-batched-events

« back to all changes in this revision

Viewing changes to src/client/presentation_chain.cpp

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2016-02-11 07:05:35 UTC
  • mfrom: (3280.5.5 buffer-receivers)
  • Revision ID: tarmac-20160211070535-s3mtagvzvmcs61zw
client: have the connection resource map hold a reference on behalf of the client to the PresentationChains. Also have both mcl::ClientBufferStreams and mcl::PresentationChain be capable of receiving an async buffer from the server.

Approved by PS Jenkins bot, mir-ci-bot, Alan Griffiths, Cemil Azizoglu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
    allocation_requests.erase(request_it);
161
161
}
162
162
 
 
163
void mcl::PresentationChain::buffer_unavailable()
 
164
{
 
165
}
 
166
 
163
167
int mcl::PresentationChain::rpc_id() const
164
168
{
165
169
    return stream_id;