~thomas-voss/platform-api/add-package-config

« back to all changes in this revision

Viewing changes to include/ubuntu/application/id.h

  • Committer: Thomas Voß
  • Date: 2013-06-20 12:26:40 UTC
  • mfrom: (67.1.1 fix-cmake-setup)
  • Revision ID: thomas.voss@canonical.com-20130620122640-ytzwepxb9qiijzgq
[ Gerry Boland ]
* Add mir suport.
[ Robert Carr ]
* Add mir suport.
[ Ubuntu daily release ]
* Automatic snapshot from revision 69
[ Ricardo Mendoza ]
* Allow remote App Manager to take care of signalling processes.
[ Ubuntu daily release ]
* Automatic snapshot from revision 67

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef UBUNTU_APPLICATION_ID_H_
21
21
#define UBUNTU_APPLICATION_ID_H_
22
22
 
 
23
#include <stdlib.h>
 
24
 
23
25
#ifdef __cplusplus
24
26
extern "C" {
25
27
#endif