locationmanager/inc/locationmanagerdefs.h
changeset 54 a3cc46f37772
parent 36 aa5a574040a4
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
    16 */
    16 */
    17 
    17 
    18 #ifndef __LOCATIONMANAGERDEFS_H__
    18 #ifndef __LOCATIONMANAGERDEFS_H__
    19 #define __LOCATIONMANAGERDEFS_H__
    19 #define __LOCATIONMANAGERDEFS_H__
    20 
    20 
    21 _LIT( KLocServerFileName, "LocationManagerServer.exe");
    21 _LIT( KLocServerFileName, "locationmanagerserver.exe");
    22 _LIT( KLocServerName,     "LocationManagerServer" );
    22 _LIT( KLocServerName,     "LocationManagerServer" );
    23 
    23 
    24 const TInt KLocationManagerServerMinor = 0;
    24 const TInt KLocationManagerServerMinor = 0;
    25 const TInt KLocationManagerServerMajor = 1;
    25 const TInt KLocationManagerServerMajor = 1;
    26 const TInt KLocationManagerServerBuild = 0;
    26 const TInt KLocationManagerServerBuild = 0;
    64     EArgumentTime = 0,
    64     EArgumentTime = 0,
    65     EArgumentLocationData,
    65     EArgumentLocationData,
    66     EArgumentState
    66     EArgumentState
    67     };
    67     };
    68 
    68 
       
    69 const TInt KLocManagerSessionPriority = 5;
       
    70 
    69 #endif // __LOCATIONMANAGERDEFS_H__
    71 #endif // __LOCATIONMANAGERDEFS_H__
    70 
    72 
    71 // End of file.
    73 // End of file.