equal
deleted
inserted
replaced
46 |
46 |
47 _LIT( KMdSServerName,"MdSServer" ); // Server name |
47 _LIT( KMdSServerName,"MdSServer" ); // Server name |
48 _LIT( KSchemaChunkName, "MdSSchema" ); |
48 _LIT( KSchemaChunkName, "MdSSchema" ); |
49 |
49 |
50 _LIT( KCMediaIdKey, "CDriveMediaId" ); |
50 _LIT( KCMediaIdKey, "CDriveMediaId" ); |
|
51 _LIT( KMassStorageMediaIdKey, "MassStorageMediaId" ); |
|
52 |
|
53 const TInt KMmcEntryBufferSize = 100; |
51 |
54 |
52 // The server version. A version must be specified when |
55 // The server version. A version must be specified when |
53 // creating a session with the server. |
56 // creating a session with the server. |
54 const TUint KMdSServMajorVersionNumber=2; |
57 const TUint KMdSServMajorVersionNumber=2; |
55 const TUint KMdSServMinorVersionNumber=5; |
58 const TUint KMdSServMinorVersionNumber=5; |
122 EResetPending, // Reset pending flag to objects |
125 EResetPending, // Reset pending flag to objects |
123 EGetPendingCount, // Get count of objects with pending flag |
126 EGetPendingCount, // Get count of objects with pending flag |
124 EGetPending, // Get objects with pending flag |
127 EGetPending, // Get objects with pending flag |
125 EResetDB, // Reset database (works only in DEBUG build) |
128 EResetDB, // Reset database (works only in DEBUG build) |
126 EChangeMediaId, // Change C-drive media id and update objects |
129 EChangeMediaId, // Change C-drive media id and update objects |
|
130 EChangeMassStorageMediaId, // Change internal mass storage media id and update objects |
127 EUnknownMdEServRqst // handle for unknown requests |
131 EUnknownMdEServRqst // handle for unknown requests |
128 }; |
132 }; |
129 |
133 |
130 // Server request arguments for |
134 // Server request arguments for |
131 // EAddRelationDef and EAddEventDef |
135 // EAddRelationDef and EAddEventDef |