~ps-jenkins/platform-api/latestsnapshot-recup

« back to all changes in this revision

Viewing changes to src/ubuntu/mirclient/application_instance_mirclient.cpp

  • Committer: CI bot
  • Author(s): Daniel d'Andrada
  • Date: 2014-02-14 15:45:54 UTC
  • mfrom: (190.2.1 unity8_clipboard_v2)
  • Revision ID: ps-jenkins@lists.canonical.com-20140214154554-imb2qjpcyxdkva78
Clipboard implementation using UnityService through the mir socket 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
uamc::Instance::Instance()
24
24
    : con(nullptr),
25
 
      ref_count(1)
 
25
      ref_count(1),
 
26
      rpc_waiting_reply(false)
26
27
{
27
28
    
28
29
}