~ted/ubuntu-app-launch/snappy-backend-no-snap

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/registry.h

Updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        failed. */
50
50
    enum class FailureType
51
51
    {
52
 
        CRASH,         /**< The application was running, but failed while running. */
53
 
        START_FAILURE, /**< Something in the configuration of the application made it impossible to start the
54
 
                          application */
 
52
        CRASH,        /**< The application was running, but failed while running. */
 
53
        START_FAILURE /**< Something in the configuration of the application made it impossible to start the
 
54
                         application */
55
55
    };
56
56
 
57
57
    Registry();