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

« back to all changes in this revision

Viewing changes to android/hybris/lifecycle_helpers.h

  • Committer: CI bot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2014-02-04 14:51:48 UTC
  • mfrom: (184.3.1 platform-api)
  • Revision ID: ps-jenkins@lists.canonical.com-20140204145148-0ext1q3w6sp97g0l
Making android code compatible with 4.4. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        return false;
52
52
    }
53
53
 
 
54
    android::sp<ubuntu::detail::ApplicationSession> as;
54
55
    android::sp<android::IAMTaskController> task_controller;
55
 
    android::sp<ubuntu::detail::ApplicationSession> as;
56
56
    android::Mutex state_lock;
57
57
    android::Condition state_cond;
58
58
    android::sp<android::Looper> looper;