locationrequestmgmt/locationserver/inc/EPos_ServerPanic.h
changeset 60 9a7e3d5f461a
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
51:95c570bf4a05 60:9a7e3d5f461a
    27     EPosServerPanicRequestInconsistency,
    27     EPosServerPanicRequestInconsistency,
    28     EPosServerPanicPositionerNotInitialized,
    28     EPosServerPanicPositionerNotInitialized,
    29     EPosServerPanicSessionsCountInconsistency,
    29     EPosServerPanicSessionsCountInconsistency,
    30     EPosServerPanicUnexpectedEvent,
    30     EPosServerPanicUnexpectedEvent,
    31     EPosServerPanicTrackingInconsistency,
    31     EPosServerPanicTrackingInconsistency,
    32     EPosServerPanicGeneralInconsistency
    32     EPosServerPanicGeneralInconsistency,
       
    33     EPosServerPanicIndDeactivationFailed
    33     };
    34     };
    34 
    35 
    35 // FUNCTION PROTOTYPES
    36 // FUNCTION PROTOTYPES
    36 GLDEF_C void DebugPanic(TPosServerDebugPanic aPanic);
    37 GLDEF_C void DebugPanic(TPosServerDebugPanic aPanic);
    37 
    38