equal
deleted
inserted
replaced
40 // ConML Status code: Cancelled |
40 // ConML Status code: Cancelled |
41 const TInt KSConCodeCancelled( 514 ); |
41 const TInt KSConCodeCancelled( 514 ); |
42 // ConML Status code: No memory |
42 // ConML Status code: No memory |
43 const TInt KSConCodeNoMemory( 420 ); |
43 const TInt KSConCodeNoMemory( 420 ); |
44 |
44 |
45 |
|
46 // ConML Status codes in installer errorcases |
45 // ConML Status codes in installer errorcases |
47 const TInt KSConCodeInstErrUserCancel = KSConCodeCancelled; // User cancelled the operation |
46 const TInt KSConCodeInstErrUserCancel = KSConCodeCancelled; // User cancelled the operation |
48 const TInt KSConCodeInstErrFileCorrupted = 600; // File is corrupted |
47 const TInt KSConCodeInstErrFileCorrupted = 600; // File is corrupted |
49 const TInt KSConCodeInstErrInsufficientMemory = KSConCodeNoMemory; // Insufficient free memory in the drive to perform the operation |
48 const TInt KSConCodeInstErrInsufficientMemory = KSConCodeNoMemory; // Insufficient free memory in the drive to perform the operation |
50 const TInt KSConCodeInstErrPackageNotSupported = KSConCodeIncompatible; // Installation of the package is not supported |
49 const TInt KSConCodeInstErrPackageNotSupported = KSConCodeIncompatible; // Installation of the package is not supported |
55 const TInt KSConCodeInstErrNoRights = 605; // The package has no rights to perform the operation |
54 const TInt KSConCodeInstErrNoRights = 605; // The package has no rights to perform the operation |
56 const TInt KSConCodeInstErrNetworkFailure = 606; // Indicates that network failure aborted the operation |
55 const TInt KSConCodeInstErrNetworkFailure = 606; // Indicates that network failure aborted the operation |
57 const TInt KSConCodeInstErrBusy = 607; // Installer is busy doing some other operation |
56 const TInt KSConCodeInstErrBusy = 607; // Installer is busy doing some other operation |
58 const TInt KSConCodeInstErrAccessDenied = 608; // Target location of package is not accessible |
57 const TInt KSConCodeInstErrAccessDenied = 608; // Target location of package is not accessible |
59 const TInt KSConCodeInstUpgradeError = 609; // The package is an invalid upgrade |
58 const TInt KSConCodeInstUpgradeError = 609; // The package is an invalid upgrade |
60 |
|
61 // ConML Status code: 1001...1050 System wide error code |
|
62 const TInt KSConCodeFirstSymbianErr( 1000 ); |
|
63 |
59 |
64 struct SDeviceInfo |
60 struct SDeviceInfo |
65 { |
61 { |
66 TSConMethodName method; |
62 TSConMethodName method; |
67 TBool support; |
63 TBool support; |