locationrequestmgmt/locationserver/inc/EPos_ServerPanic.h
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
equal deleted inserted replaced
54:0c2046328c85 55:c92d4f3c47c5
    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     EPosServerPanicLastKnownPosPnsNotDefined
    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