S60UIExampleApplication.inc
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:540k
源码类别:

Symbian

开发平台:

C/C++

  1. #line 1 "C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\src\S60UIExampleApplication.cpp" /* stack depth 0 */
  2. #line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */
  3. #line 1 "(command-line defines)" /* stack depth 2 */
  4. #pragma symbian
  5. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\variant\Symbian_OS_v9.1.hrh" /* stack depth 3 */
  6. #line 12 "(command-line defines)" /* stack depth 2 */
  7. #pragma warn_largeargs on
  8. #line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */
  9. #line 1 "C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\src\S60UIExampleApplication.cpp" /* stack depth 0 */
  10. #line 1 "C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\inc\S60UIExampleDocument.h" /* stack depth 1 */
  11. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\akndoc.h" /* stack depth 2 */
  12. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\eikdoc.h" /* stack depth 3 */
  13. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\apparc.h" /* stack depth 4 */
  14. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32std.h" /* stack depth 5 */
  15. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 6 */
  16. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32const.h" /* stack depth 7 */
  17. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32err.h" /* stack depth 8 */
  18. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32def.h" /* stack depth 9 */
  19. #line 166
  20. #pragma warning off (10480) 
  21. #pragma warning off (10350) 
  22. #line 481
  23. typedef void TAny;
  24. #line 493
  25. typedef signed char TInt8;
  26. #line 505
  27. typedef unsigned char TUint8;
  28. #line 517
  29. typedef short int TInt16;
  30. #line 529
  31. typedef unsigned short int TUint16;
  32. #line 541
  33. typedef long int TInt32;
  34. #line 553
  35. typedef unsigned long int TUint32;
  36. #line 586
  37. typedef signed int TInt;
  38. #line 604
  39. typedef unsigned int TUint;
  40. #line 623
  41. typedef float TReal32;
  42. #line 644
  43. typedef double TReal64;
  44. #line 668
  45. typedef double TReal;
  46. #line 689
  47. typedef unsigned char TText8;
  48. #line 711
  49. typedef unsigned short int TText16;
  50. #line 730
  51. typedef int TBool;
  52. #line 741
  53. typedef TUint32 TLinAddr;
  54. typedef struct TRomExceptionSearchTable
  55. {
  56. TInt32 iNumEntries;
  57. TLinAddr iEntries[1];
  58. } TRomExceptionSearchTable;
  59. typedef struct TExceptionDescriptor
  60. {
  61. TLinAddr iExIdxBase;
  62. TLinAddr iExIdxLimit;
  63. TLinAddr iROSegmentBase;
  64. TLinAddr iROSegmentLimit;
  65. } TExceptionDescriptor;
  66. #line 820
  67. #pragma longlong on
  68. #line 820
  69. typedef long long Int64;
  70. typedef unsigned long long Uint64;
  71. #line 835
  72. typedef Int64 TInt64;
  73. #line 846
  74. typedef Uint64 TUint64;
  75. #line 1078
  76. typedef TText16 TText;
  77. #line 1220
  78. typedef TInt8 *VA_LIST[1];
  79. #line 2706
  80. static const char* const KSuppressPlatSecDiagnosticMagicValue = (const char*)1;
  81. #line 2769
  82. static const char* const KSuppressPlatSecDiagnostic = KSuppressPlatSecDiagnosticMagicValue;
  83. #line 13 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32err.h" /* stack depth 8 */
  84. #line 24
  85. const TInt KErrNone=0;
  86. #line 35
  87. const TInt KErrNotFound=(-1);
  88. #line 46
  89. const TInt KErrGeneral=(-2);
  90. #line 57
  91. const TInt KErrCancel=(-3);
  92. #line 68
  93. const TInt KErrNoMemory=(-4);
  94. #line 82
  95. const TInt KErrNotSupported=(-5);
  96. #line 93
  97. const TInt KErrArgument=(-6);
  98. #line 108
  99. const TInt KErrTotalLossOfPrecision=(-7);
  100. #line 122
  101. const TInt KErrBadHandle=(-8);
  102. #line 140
  103. const TInt KErrOverflow=(-9);
  104. #line 158
  105. const TInt KErrUnderflow=(-10);
  106. #line 172
  107. const TInt KErrAlreadyExists=(-11);
  108. #line 184
  109. const TInt KErrPathNotFound=(-12);
  110. #line 195
  111. const TInt KErrDied=(-13);
  112. #line 206
  113. const TInt KErrInUse=(-14);
  114. #line 218
  115. const TInt KErrServerTerminated=(-15);
  116. #line 230
  117. const TInt KErrServerBusy=(-16);
  118. #line 245
  119. const TInt KErrCompletion=(-17);
  120. #line 260
  121. const TInt KErrNotReady=(-18);
  122. #line 271
  123. const TInt KErrUnknown=(-19);
  124. #line 283
  125. const TInt KErrCorrupt=(-20);
  126. #line 295
  127. const TInt KErrAccessDenied=(-21);
  128. #line 307
  129. const TInt KErrLocked=(-22);
  130. #line 319
  131. const TInt KErrWrite=(-23);
  132. #line 331
  133. const TInt KErrDisMounted=(-24);
  134. #line 348
  135. const TInt KErrEof=(-25);
  136. #line 360
  137. const TInt KErrDiskFull=(-26);
  138. #line 371
  139. const TInt KErrBadDriver=(-27);
  140. #line 383
  141. const TInt KErrBadName=(-28);
  142. #line 394
  143. const TInt KErrCommsLineFail=(-29);
  144. #line 406
  145. const TInt KErrCommsFrame=(-30);
  146. #line 418
  147. const TInt KErrCommsOverrun=(-31);
  148. #line 429
  149. const TInt KErrCommsParity=(-32);
  150. #line 440
  151. const TInt KErrTimedOut=(-33);
  152. #line 451
  153. const TInt KErrCouldNotConnect=(-34);
  154. #line 462
  155. const TInt KErrCouldNotDisconnect=(-35);
  156. #line 474
  157. const TInt KErrDisconnected=(-36);
  158. #line 485
  159. const TInt KErrBadLibraryEntryPoint=(-37);
  160. #line 497
  161. const TInt KErrBadDescriptor=(-38);
  162. #line 508
  163. const TInt KErrAbort=(-39);
  164. #line 519
  165. const TInt KErrTooBig=(-40);
  166. #line 530
  167. const TInt KErrDivideByZero=(-41);
  168. #line 542
  169. const TInt KErrBadPower=(-42);
  170. #line 553
  171. const TInt KErrDirFull=(-43);
  172. #line 565
  173. const TInt KErrHardwareNotAvailable=(-44);
  174. #line 577
  175. const TInt KErrSessionClosed=(-45);
  176. #line 589
  177. const TInt KErrPermissionDenied=(-46);
  178. #line 598
  179. const TInt KErrExtensionNotSupported=(-47);
  180. #line 609
  181. const TInt KErrCommsBreak=(-48);
  182. #line 8 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32const.h" /* stack depth 7 */
  183. #line 25
  184. const TInt KDefaultJustifyWidth=(-1);
  185. #line 38
  186. const TInt KMaxCheckedUid=3;
  187. #line 48
  188. const TInt KNumTraceMaskWords = 8;
  189. #line 60
  190. const TInt KMaxUidName=10;
  191. #line 71
  192. const TInt KMaxModuleVersionName=10;
  193. #line 84
  194. const TInt KMaxName=0x80;
  195. #line 95
  196. const TInt KMaxKernelName=0x50;
  197. #line 106
  198. const TInt KMaxProcessName=(KMaxKernelName-KMaxUidName-KMaxModuleVersionName-4);
  199. #line 117
  200. const TInt KMaxLibraryName=(KMaxKernelName-KMaxUidName-KMaxModuleVersionName);
  201. #line 128
  202. const TInt KMaxInfoName=0x10;
  203. #line 141
  204. const TInt KMaxFullName=(KMaxName<<1);
  205. #line 154
  206. const TInt KMaxPassword=0x10;
  207. #line 167
  208. const TInt KMaxExitCategoryName=0x10;
  209. #line 180
  210. const TInt KMaxDayName=0x20;
  211. #line 193
  212. const TInt KMaxDayNameAbb=0x08;
  213. #line 205
  214. const TInt KMaxDays=7;
  215. #line 218
  216. const TInt KMaxMonthName=0x20;
  217. #line 231
  218. const TInt KMaxMonthNameAbb=0x08;
  219. #line 243
  220. const TInt KMaxMonths=12;
  221. #line 256
  222. const TInt KMaxSuffix=0x04;
  223. #line 268
  224. const TInt KMaxSuffixes=31;
  225. #line 281
  226. const TInt KMaxAmPmName=0x04;
  227. #line 293
  228. const TInt KMaxAmPms=2;
  229. #line 304
  230. const TInt KMaxDateSeparators=4;
  231. #line 315
  232. const TInt KMaxTimeSeparators=4;
  233. #line 327
  234. const TInt KMaxTranslateTable=0x100;
  235. #line 340
  236. const TInt KMaxCurrencySymbol=0x08;
  237. #line 353
  238. const TInt KMaxShortDateFormatSpec=40;
  239. #line 366
  240. const TInt KMaxLongDateFormatSpec=80;
  241. #line 379
  242. const TInt KMaxTimeFormatSpec=60;
  243. #line 390
  244. const TInt KMaxFileName=0x100;
  245. #line 403
  246. const TInt KMaxVersionName=0x10;
  247. #line 416
  248. const TInt KMaxPath=0x100;
  249. #line 429
  250. const TInt KMaxDeviceInfo=0x80;
  251. #line 440
  252. const TInt KMaxMediaPassword=16;
  253. #line 458
  254. const TInt KMinHeapSize=0x100;
  255. #line 469
  256. const TInt KDstHome=0x01;
  257. #line 480
  258. const TInt KDstEuropean=0x02;
  259. #line 491
  260. const TInt KDstNorthern=0x04;
  261. #line 502
  262. const TInt KDstSouthern=0x08;
  263. #line 513
  264. const TInt KDefaultStackSize=0x2000;
  265. #line 524
  266. const TUint KNoChar=0xffffffffu;
  267. #line 539
  268. const TInt KIndexPtr=(-1);
  269. #line 550
  270. const TInt KHandleNoClose=0x00008000;
  271. #line 561
  272. const TInt KHandleFlagLocal=0x40000000;
  273. #line 572
  274. const TInt KCurrentProcessHandle=0xffff0000|KHandleNoClose;
  275. #line 583
  276. const TInt KCurrentThreadHandle=0xffff0001|KHandleNoClose;
  277. #line 596
  278. const TInt KNullHandle=0;
  279. #line 607
  280. const TInt KDefaultUnit=0x00;
  281. #line 621
  282. const TInt KNullUnit=0xffffffff;
  283. #line 635
  284. const TInt KMaxUnits=0x20;
  285. #line 647
  286. const TInt KMaxMessageArguments=0x04;
  287. #line 664
  288. const TInt KDefaultRealWidth=20;
  289. #line 678
  290. const TInt KMinHeapGrowBy=0x1000;
  291. #line 689
  292. const TInt KMaxExponentConversion=99;
  293. #line 702
  294. const TInt KNullUidValue=0;
  295. #line 716
  296. const TInt KDeltaTimerDefaultGranularity=100000;
  297. #line 727
  298. const TInt KMaxTInt8=0x7f;
  299. #line 738
  300. const TInt KMinTInt8=(-128);
  301. #line 749
  302. const TUint KMaxTUint8=0xffu;
  303. #line 760
  304. const TInt KMaxTInt16=0x7fff;
  305. #line 771
  306. const TInt KMinTInt16=(-32768);
  307. #line 782
  308. const TUint KMaxTUint16=0xffffu;
  309. #line 793
  310. const TInt KMaxTInt32=0x7fffffff;
  311. #line 804
  312. const TInt KMinTInt32=(TInt)0x80000000;
  313. #line 815
  314. const TUint KMaxTUint32=0xffffffffu;
  315. #line 826
  316. const TInt KMaxTInt=0x7fffffff;
  317. #line 837
  318. const TInt KMinTInt=(TInt)0x80000000;
  319. #line 848
  320. const TUint KMaxTUint=0xffffffffu;
  321. #line 859
  322. const TInt64 KMaxTInt64 = 0x7fffffffffffffffLL ;
  323. #line 870
  324. const TInt64 KMinTInt64 = 0x8000000000000000ULL ;
  325. #line 881
  326. const TUint64 KMaxTUint64 = 0xffffffffffffffffULL ;
  327. #line 897
  328. const TUint KMatchAny='*';
  329. #line 913
  330. const TUint KMatchOne='?';
  331. #line 924
  332. const TInt KMaxLocalDrives=16;
  333. #line 935
  334. const TInt KMaxPBusSockets=4;
  335. #line 946
  336. const TInt KNoCallEntryPoint = 0x01;
  337. #line 960
  338. const TInt KRequestPending=(-KMaxTInt);
  339. #line 973
  340. enum TMediaType
  341. {
  342. EMediaNotPresent,
  343. EMediaUnknown,EMediaFloppy,EMediaHardDisk,EMediaCdRom,
  344. EMediaRam,EMediaFlash,EMediaRom,EMediaRemote,EMediaNANDFlash
  345. };
  346. #line 989
  347. enum TBatteryState {EBatNotSupported,EBatGood,EBatLow};
  348. #line 1000
  349. const TUint KDriveAttLocal=0x01;
  350. #line 1011
  351. const TUint KDriveAttRom=0x02;
  352. #line 1023
  353. const TUint KDriveAttRedirected=0x04;
  354. #line 1034
  355. const TUint KDriveAttSubsted=0x08;
  356. #line 1045
  357. const TUint KDriveAttInternal=0x10;
  358. #line 1056
  359. const TUint KDriveAttRemovable=0x20;
  360. #line 1067
  361. const TUint KDriveAttRemote=0x40;
  362. #line 1078
  363. const TUint KDriveAttTransaction=0x80;
  364. #line 1089
  365. const TUint KMediaAttVariableSize=0x01;
  366. #line 1100
  367. const TUint KMediaAttDualDensity=0x02;
  368. #line 1111
  369. const TUint KMediaAttFormattable=0x04;
  370. #line 1122
  371. const TUint KMediaAttWriteProtected=0x08;
  372. #line 1134
  373. const TUint KMediaAttLockable=0x10;
  374. #line 1146
  375. const TUint KMediaAttLocked=0x20;
  376. #line 1156
  377. const TUint KMediaAttHasPassword=0x40;
  378. const TUint KMediaAttReadWhileWrite=0x80;
  379. const TUint KMediaAttDeleteNotify=0x100;
  380. const TUint KDriveFileSysFAT=0x01;
  381. #line 1189
  382. const TUint KDriveFileSysROM=0x02;
  383. #line 1200
  384. const TUint KDriveFileSysLFFS=0x03;
  385. #line 1211
  386. const TUint KDriveFileSysROFS=0x04;
  387. #line 1222
  388. const TUint KDriveFileNone=0x05;
  389. #line 1236
  390. enum TFalse {
  391.             EFalse=0
  392.             };
  393. #line 1255
  394. enum TTrue {
  395.            ETrue=1
  396.            };
  397. #line 1272
  398. enum TAllowDuplicates {
  399.                       ENoDuplicates,
  400.                       EAllowDuplicates
  401.                       };
  402. #line 1303
  403. enum TRadix {
  404.             EBinary=2,
  405.             EOctal=8,
  406.             EDecimal=10,
  407.             EHex=16
  408.             };
  409. #line 1348
  410. enum TLanguage
  411. {
  412. ELangTest = 0,
  413. ELangEnglish = 1,
  414. ELangFrench = 2,
  415. ELangGerman = 3,
  416. ELangSpanish = 4,
  417. ELangItalian = 5,
  418. ELangSwedish = 6,
  419. ELangDanish = 7,
  420. ELangNorwegian = 8,
  421. ELangFinnish = 9,
  422. ELangAmerican = 10,
  423. ELangSwissFrench = 11,
  424. ELangSwissGerman = 12,
  425. ELangPortuguese = 13,
  426. ELangTurkish = 14,
  427. ELangIcelandic = 15,
  428. ELangRussian = 16,
  429. ELangHungarian = 17,
  430. ELangDutch = 18,
  431. ELangBelgianFlemish = 19,
  432. ELangAustralian = 20,
  433. ELangBelgianFrench = 21,
  434. ELangAustrian = 22,
  435. ELangNewZealand = 23,
  436. ELangInternationalFrench = 24,
  437. ELangCzech = 25,
  438. ELangSlovak = 26,
  439. ELangPolish = 27,
  440. ELangSlovenian = 28,
  441. ELangTaiwanChinese = 29,
  442. ELangHongKongChinese = 30,
  443. ELangPrcChinese = 31,
  444. ELangJapanese = 32,
  445. ELangThai = 33,
  446. ELangAfrikaans = 34,
  447. ELangAlbanian = 35,
  448. ELangAmharic = 36,
  449. ELangArabic = 37,
  450. ELangArmenian = 38,
  451. ELangTagalog = 39,
  452. ELangBelarussian = 40,
  453. ELangBengali = 41,
  454. ELangBulgarian = 42,
  455. ELangBurmese = 43,
  456. ELangCatalan = 44,
  457. ELangCroatian = 45,
  458. ELangCanadianEnglish = 46,
  459. ELangInternationalEnglish = 47,
  460. ELangSouthAfricanEnglish = 48,
  461. ELangEstonian = 49,
  462. ELangFarsi = 50,
  463. ELangCanadianFrench = 51,
  464. ELangScotsGaelic = 52,
  465. ELangGeorgian = 53,
  466. ELangGreek = 54,
  467. ELangCyprusGreek = 55,
  468. ELangGujarati = 56,
  469. ELangHebrew = 57,
  470. ELangHindi = 58,
  471. ELangIndonesian = 59,
  472. ELangIrish = 60,
  473. ELangSwissItalian = 61,
  474. ELangKannada = 62,
  475. ELangKazakh = 63,
  476. ELangKhmer = 64,
  477. ELangKorean = 65,
  478. ELangLao = 66,
  479. ELangLatvian = 67,
  480. ELangLithuanian = 68,
  481. ELangMacedonian = 69,
  482. ELangMalay = 70,
  483. ELangMalayalam = 71,
  484. ELangMarathi = 72,
  485. ELangMoldavian = 73,
  486. ELangMongolian = 74,
  487. ELangNorwegianNynorsk = 75,
  488. ELangBrazilianPortuguese = 76,
  489. ELangPunjabi = 77,
  490. ELangRomanian = 78,
  491. ELangSerbian = 79,
  492. ELangSinhalese = 80,
  493. ELangSomali = 81,
  494. ELangInternationalSpanish = 82,
  495. ELangLatinAmericanSpanish = 83,
  496. ELangSwahili = 84,
  497. ELangFinlandSwedish = 85,
  498. ELangReserved1 = 86,
  499. ELangTamil = 87,
  500. ELangTelugu = 88,
  501. ELangTibetan = 89,
  502. ELangTigrinya = 90,
  503. ELangCyprusTurkish = 91,
  504. ELangTurkmen = 92,
  505. ELangUkrainian = 93,
  506. ELangUrdu = 94,
  507. ELangReserved2 = 95,
  508. ELangVietnamese = 96,
  509. ELangWelsh = 97,
  510. ELangZulu = 98,
  511. ELangOther = 99,
  512. ELangNone = 0xFFFF,
  513. ELangMaximum = ELangNone
  514. };
  515. #line 1675
  516. const TUint KDialectMask=0x03FF;
  517. #line 1687
  518. enum TDateFormat {
  519.                  EDateAmerican,
  520.                  EDateEuropean,
  521.                  EDateJapanese};
  522. #line 1712
  523. enum TTimeFormat {
  524.                  ETime12,
  525.                  ETime24
  526.                  };
  527. #line 1726
  528. enum TClockFormat {
  529.                   EClockAnalog,
  530.                   EClockDigital
  531.                   };
  532. #line 1740
  533. enum TUnitsFormat {
  534.                   EUnitsImperial,
  535.                   EUnitsMetric
  536.                   };
  537. #line 1754
  538. enum TAmPm {
  539.            EAm,
  540.            EPm
  541.            };
  542. #line 1772
  543. enum TLocalePos
  544. {
  545. ELocaleBefore,
  546. ELocaleAfter
  547. };
  548. #line 1796
  549. enum TDigitType
  550. {
  551. EDigitTypeUnknown = 0x0000,
  552. EDigitTypeWestern = 0x0030,
  553. EDigitTypeArabicIndic = 0x0660,
  554. EDigitTypeEasternArabicIndic = 0x6F0,
  555. EDigitTypeDevanagari = 0x0966,
  556. EDigitTypeThai = 0x0E50,
  557. EDigitTypeAllTypes = 0xFFFF
  558. };
  559. #line 1816
  560. enum TDaylightSavingZone
  561. {
  562. EDstHome=0x40000000,
  563. EDstNone=0,
  564. EDstEuropean=1,
  565. EDstNorthern=2,
  566. EDstSouthern=4
  567. };
  568. #line 1854
  569. enum TNegativeCurrencyFormat
  570. {
  571. E_NegC_LeadingMinusSign,
  572. E_NegC_InBrackets,
  573. E_NegC_InterveningMinusSignWithSpaces,
  574. E_NegC_InterveningMinusSignWithoutSpaces,
  575. E_NegC_TrailingMinusSign
  576. };
  577. enum TDeviceTimeState
  578. {
  579. EDeviceUserTime,
  580. ENITZNetworkTimeSync
  581. };
  582. #line 1891
  583. enum TDay
  584. {
  585. EMonday,
  586. ETuesday,
  587. EWednesday,
  588. EThursday,
  589. EFriday,
  590. ESaturday,
  591. ESunday
  592. };
  593. #line 1914
  594. enum TMonth
  595. {
  596. EJanuary,
  597. EFebruary,
  598. EMarch,
  599. EApril,
  600. EMay,
  601. EJune,
  602. EJuly,
  603. EAugust,
  604. ESeptember,
  605. EOctober,
  606. ENovember,
  607. EDecember
  608. };
  609. #line 1952
  610. enum TOwnerType {
  611.                  EOwnerProcess,
  612.                  EOwnerThread
  613.                 };
  614. const TInt KCreateProtectedObject = (TInt)0x80000000;
  615. #line 1983
  616. enum TProcessPriority
  617. {
  618. EPriorityLow=150,
  619. EPriorityBackground=250,
  620. EPriorityForeground=350,
  621. EPriorityHigh=450,
  622. EPriorityWindowServer=650,
  623. EPriorityFileServer=750,
  624. EPriorityRealTimeServer=850,
  625. EPrioritySupervisor=950
  626. };
  627. #line 2010
  628. enum TThreadPriority
  629. {
  630. EPriorityNull=(-30),
  631. EPriorityMuchLess=(-20),
  632. EPriorityLess=(-10),
  633. EPriorityNormal=0,
  634. EPriorityMore=10,
  635. EPriorityMuchMore=20,
  636. EPriorityRealTime=30,
  637. EPriorityAbsoluteVeryLow=100,
  638. EPriorityAbsoluteLow=200,
  639. EPriorityAbsoluteBackground=300,
  640. EPriorityAbsoluteForeground=400,
  641. EPriorityAbsoluteHigh=500
  642. };
  643. #line 2033
  644. const TText KProtectedServerNamePrefix = '!';
  645. #line 2050
  646. enum TExcType
  647. {
  648. EExcGeneral=0,
  649. EExcIntegerDivideByZero=1,
  650. EExcSingleStep=2,
  651. EExcBreakPoint=3,
  652. EExcIntegerOverflow=4,
  653. EExcBoundsCheck=5,
  654. EExcInvalidOpCode=6,
  655. EExcDoubleFault=7,
  656. EExcStackFault=8,
  657. EExcAccessViolation=9,
  658. EExcPrivInstruction=10,
  659. EExcAlignment=11,
  660. EExcPageFault=12,
  661. EExcFloatDenormal=13,
  662. EExcFloatDivideByZero=14,
  663. EExcFloatInexactResult=15,
  664. EExcFloatInvalidOperation=16,
  665. EExcFloatOverflow=17,
  666. EExcFloatStackCheck=18,
  667. EExcFloatUnderflow=19,
  668. EExcAbort=20,
  669. EExcKill=21,
  670. EExcUserInterrupt=22,
  671. EExcDataAbort=23,
  672. EExcCodeAbort=24,
  673. EExcMaxNumber=25,
  674. EExcInvalidVector=26,
  675. };
  676. #line 2096
  677. enum TExitType {
  678.                EExitKill,
  679.                EExitTerminate,
  680.                EExitPanic,
  681.                EExitPending
  682.                };
  683. #line 2136
  684. enum TAlign {
  685.             ELeft,
  686.             ECenter,
  687.             ERight
  688.             };
  689. #line 2163
  690. const TInt KRealFormatTypesMask=0x00000007;
  691. #line 2193
  692. const TInt KRealFormatFixed=1;
  693. #line 2233
  694. const TInt KRealFormatExponent=2;
  695. #line 2261
  696. const TInt KRealFormatGeneral=3;
  697. #line 2280
  698. const TInt KRealFormatNoExponent=4;
  699. #line 2300
  700. const TInt KRealFormatCalculator=5;
  701. #line 2314
  702. const TInt KRealFormatTypeFlagsMask=0x7C000000;
  703. #line 2334
  704. const TInt KExtraSpaceForSign=0x40000000;
  705. #line 2355
  706. const TInt KAllowThreeDigitExp=0x20000000;
  707. #line 2373
  708. const TInt KUseSigFigs=0x10000000;
  709. #line 2391
  710. const TInt KDoNotUseTriads=0x08000000;
  711. #line 2408
  712. const TInt KGeneralLimit=0x04000000;
  713. #line 2420
  714. enum TLeave {ELeave};
  715. #line 2431
  716. enum TFirstWeekRule {
  717.                     EFirstWeek,
  718.                     EFirstFourDayWeek,
  719.                     EFirstFullWeek
  720.                     };
  721. #line 2466
  722. enum TTimerLockSpec
  723. {
  724. EOneOClock,
  725. ETwoOClock,
  726. EThreeOClock,
  727. EFourOClock,
  728. EFiveOClock,
  729. ESixOClock,
  730. ESevenOClock,
  731. EEightOClock,
  732. ENineOClock,
  733. ETenOClock,
  734. EElevenOClock,
  735. ETwelveOClock
  736. };
  737. #line 2525
  738. enum TChanges
  739. {
  740. EChangesLocale=0x01,
  741. EChangesMidnightCrossover=0x02,
  742. EChangesThreadDeath=0x04,
  743. EChangesPowerStatus=0x08,
  744. EChangesSystemTime=0x10,
  745. EChangesFreeMemory=0x20,
  746. EChangesOutOfMemory=0x40,
  747. };
  748. #line 2589
  749. typedef TInt (*TThreadFunction)(TAny*);
  750. #line 2604
  751. typedef TInt (*TLibraryFunction)();
  752. #line 2619
  753. typedef TInt (*TLibraryEntry)(TInt);
  754. #line 2636
  755. typedef void (*TExceptionHandler)(TExcType);
  756. #line 2653
  757. const TUint KExceptionAbort=0x01;
  758. #line 2668
  759. const TUint KExceptionKill=0x02;
  760. #line 2683
  761. const TUint KExceptionUserInterrupt=0x04;
  762. #line 2699
  763. const TUint KExceptionFpe=0x08;
  764. #line 2715
  765. const TUint KExceptionFault=0x10;
  766. #line 2727
  767. const TUint KExceptionInteger=0x20;
  768. #line 2742
  769. const TUint KExceptionDebug=0x40;
  770. #line 2770
  771. enum TProcessParameterType
  772. {
  773. EHandle=1,
  774. EBinaryData=2,
  775. };
  776. #line 2787
  777. const TUint32 KBit0= 0x00000001;
  778. #line 2798
  779. const TUint32 KBit1= 0x00000002;
  780. #line 2809
  781. const TUint32 KBit2= 0x00000004;
  782. #line 2820
  783. const TUint32 KBit3= 0x00000008;
  784. #line 2831
  785. const TUint32 KBit4= 0x00000010;
  786. #line 2842
  787. const TUint32 KBit5= 0x00000020;
  788. #line 2853
  789. const TUint32 KBit6= 0x00000040;
  790. #line 2864
  791. const TUint32 KBit7= 0x00000080;
  792. #line 2875
  793. const TUint32 KBit8= 0x00000100;
  794. #line 2886
  795. const TUint32 KBit9= 0x00000200;
  796. #line 2897
  797. const TUint32 KBit10=0x00000400;
  798. #line 2908
  799. const TUint32 KBit11=0x00000800;
  800. #line 2919
  801. const TUint32 KBit12=0x00001000;
  802. #line 2930
  803. const TUint32 KBit13=0x00002000;
  804. #line 2941
  805. const TUint32 KBit14=0x00004000;
  806. #line 2952
  807. const TUint32 KBit15=0x00008000;
  808. #line 2963
  809. const TUint32 KBit16=0x00010000;
  810. #line 2974
  811. const TUint32 KBit17=0x00020000;
  812. #line 2985
  813. const TUint32 KBit18=0x00040000;
  814. #line 2996
  815. const TUint32 KBit19=0x00080000;
  816. #line 3007
  817. const TUint32 KBit20=0x00100000;
  818. #line 3018
  819. const TUint32 KBit21=0x00200000;
  820. #line 3029
  821. const TUint32 KBit22=0x00400000;
  822. #line 3040
  823. const TUint32 KBit23=0x00800000;
  824. #line 3051
  825. const TUint32 KBit24=0x01000000;
  826. #line 3062
  827. const TUint32 KBit25=0x02000000;
  828. #line 3073
  829. const TUint32 KBit26=0x04000000;
  830. #line 3084
  831. const TUint32 KBit27=0x08000000;
  832. #line 3095
  833. const TUint32 KBit28=0x10000000;
  834. #line 3106
  835. const TUint32 KBit29=0x20000000;
  836. #line 3117
  837. const TUint32 KBit30=0x40000000;
  838. #line 3128
  839. const TUint32 KBit31=0x80000000;
  840. #line 3141
  841. const TUint32 KSet32=0xffffffff;
  842. #line 3155
  843. const TUint32 KClear32=0x00000000;
  844. #line 3166
  845. const TInt KKilo=1024;
  846. #line 3177
  847. const TInt KMega=1024*1024;
  848. #line 3188
  849. enum TIpcSessionType
  850. {
  851. EIpcSession_Unsharable=0,
  852. EIpcSession_Sharable=1,
  853. EIpcSession_GlobalSharable=2
  854. };
  855. #line 3213
  856. const TInt KNullDebugPort=-2;
  857. const TUint32 KModuleVersionWild=0xfffffffeu;
  858. const TUint32 KModuleVersionNull=0xffffffffu;
  859. #line 3233
  860. const TUint KNullThreadId = 0xffffffffu;
  861. #line 3244
  862. const TUint KNullProcessId = 0xffffffffu;
  863. #line 3254
  864. enum TFloatingPointType
  865. {
  866. EFpTypeNone=0,
  867. EFpTypeVFPv2=1
  868. };
  869. #line 3270
  870. enum TFloatingPointMode
  871. {
  872. EFpModeRunFast=0,
  873. EFpModeIEEENoExceptions=1
  874. };
  875. #line 3296
  876. enum TFloatingPointRoundingMode
  877. {
  878. EFpRoundToNearest=0,
  879. EFpRoundToPlusInfinity=1,
  880. EFpRoundToMinusInfinity=2,
  881. EFpRoundToZero=3,
  882. EFpRoundNumModes=4
  883. };
  884. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32capability.h" /* stack depth 8 */
  885. #line 24
  886. enum TCapability
  887. {
  888. ECapabilityTCB = 0,
  889. ECapabilityCommDD = 1,
  890. #line 55
  891. ECapabilityPowerMgmt = 2,
  892. ECapabilityMultimediaDD = 3,
  893. #line 72
  894. ECapabilityReadDeviceData = 4,
  895. ECapabilityWriteDeviceData = 5,
  896. #line 91
  897. ECapabilityDRM = 6,
  898. #line 104
  899. ECapabilityTrustedUI = 7,
  900. #line 114
  901. ECapabilityProtServ = 8,
  902. #line 123
  903. ECapabilityDiskAdmin = 9,
  904. #line 135
  905. ECapabilityNetworkControl = 10,
  906. #line 144
  907. ECapabilityAllFiles = 11,
  908. #line 154
  909. ECapabilitySwEvent = 12,
  910. #line 168
  911. ECapabilityNetworkServices = 13,
  912. #line 178
  913. ECapabilityLocalServices = 14,
  914. #line 190
  915. ECapabilityReadUserData = 15,
  916. #line 202
  917.     ECapabilityWriteUserData = 16,
  918. #line 211
  919. ECapabilityLocation = 17,
  920. #line 224
  921. ECapabilitySurroundingsDD = 18,
  922. #line 237
  923. ECapabilityUserEnvironment = 19,
  924. ECapability_Limit,
  925. ECapability_HardLimit = 255,
  926. ECapability_None = -1,
  927. ECapability_Denied = -2
  928. };
  929. #line 3326 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32const.h" /* stack depth 7 */
  930. #line 8 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 6 */
  931. extern "C" {
  932. #line 41
  933. __declspec(dllexport) TInt memcompare(const TUint8* aLeft, TInt aLeftLen, const TUint8* aRight, TInt aRightLen);
  934. #line 74
  935. __declspec(dllexport) TAny* wordmove(TAny* aTrg, const TAny* aSrc, unsigned int aLength);
  936. #line 91
  937. __declspec(dllexport) TAny* memclr(TAny* aTrg, unsigned int aLength);
  938. }
  939. extern "C" {
  940. #line 112
  941. __declspec(dllexport) TAny* memset(TAny* aTrg, TInt aValue, unsigned int aLength);
  942. #line 129
  943. __declspec(dllexport) TAny* memcpy(TAny* aTrg, const TAny* aSrc, unsigned int aLength);
  944. #line 146
  945. __declspec(dllexport) TAny* memmove(TAny* aTrg, const TAny* aSrc, unsigned int aLength);
  946. }
  947. #line 168
  948. inline TInt Lim(TInt aVal,TUint aLimit)
  949. {return(((TUint)aVal)<=aLimit);}
  950. #line 187
  951. inline TInt LimX(TInt aVal,TUint aLimit)
  952. {return(((TUint)aVal)<aLimit);}
  953. #line 204
  954. template <class T>
  955. inline T Min(T aLeft,T aRight)
  956. {return(aLeft<aRight ? aLeft : aRight);}
  957. #line 223
  958. template <class T>
  959. inline T Min(T aLeft,TUint aRight)
  960. {return(aLeft<(TInt)aRight ? aLeft : (T)aRight);}
  961. #line 241
  962. template <class T>
  963. inline T Max(T aLeft,T aRight)
  964. {return(aLeft<aRight ? aRight : aLeft);}
  965. #line 260
  966. template <class T>
  967. inline T Max(T aLeft,TUint aRight)
  968. {return(aLeft<(TInt)aRight ? (TInt)aRight : aLeft);}
  969. #line 277
  970. template <class T>
  971. inline T Abs(T aVal)
  972. {return(aVal<0 ? -aVal : aVal);}
  973. #line 296
  974. template <class T>
  975. inline TBool Rng(T aMin,T aVal,T aMax)
  976. {return(aVal>=aMin && aVal<=aMax);}
  977. #line 314
  978. template <class T,class S>
  979. inline T* PtrAdd(T* aPtr,S aVal)
  980. {return((T*)(((TUint8*)aPtr)+aVal));}
  981. #line 332
  982. template <class T,class S>
  983. inline T* PtrSub(T* aPtr,S aVal)
  984. {return((T*)(((TUint8*)aPtr)-aVal));}
  985. #line 349
  986. template <class T>
  987. inline T Align2(T aValue)
  988. {return((T)((((TUint)aValue)+sizeof(TUint16)-1)&~(sizeof(TUint16)-1)));}
  989. #line 366
  990. template <class T>
  991. inline T Align4(T aValue)
  992. {return((T)((((TUint)aValue)+sizeof(TUint32)-1)&~(sizeof(TUint32)-1)));}
  993. #line 384
  994. template <class T>
  995. class TRefByValue
  996. {
  997. public:
  998. inline TRefByValue(T& aRef);
  999. inline operator T&();
  1000. private:
  1001. TRefByValue& operator=(TRefByValue aRef);
  1002. private:
  1003. T &iRef;
  1004. };
  1005. class TDesC16;
  1006. class TPtrC16;
  1007. #line 427
  1008. class TChar
  1009. {
  1010. public:
  1011. #line 459
  1012. enum TCategory
  1013. {
  1014. EAlphaGroup = 0x00,
  1015. ELetterOtherGroup = 0x10,
  1016. ELetterModifierGroup = 0x20,
  1017. EMarkGroup = 0x30,
  1018. ENumberGroup = 0x40,
  1019. EPunctuationGroup = 0x50,
  1020. ESymbolGroup = 0x60,
  1021. ESeparatorGroup = 0x70,
  1022. #line 531
  1023. EControlGroup = 0x80,
  1024. EMaxAssignedGroup = 0xE0,
  1025. EUnassignedGroup = 0xF0,
  1026. ELuCategory = EAlphaGroup | 0,
  1027. ELlCategory = EAlphaGroup | 1,
  1028. ELtCategory = EAlphaGroup | 2,
  1029. ELoCategory = ELetterOtherGroup | 0,
  1030. EMaxLetterCategory = ELetterOtherGroup | 0x0F,
  1031. ELmCategory = ELetterModifierGroup | 0,
  1032. EMaxLetterOrLetterModifierCategory = ELetterModifierGroup | 0x0F,
  1033. EMnCategory = EMarkGroup | 0,
  1034. EMcCategory = EMarkGroup | 1,
  1035. EMeCategory = EMarkGroup | 2,
  1036. ENdCategory = ENumberGroup | 0,
  1037. ENlCategory = ENumberGroup | 1,
  1038. ENoCategory = ENumberGroup | 2,
  1039. EPcCategory = EPunctuationGroup | 0,
  1040. EPdCategory = EPunctuationGroup | 1,
  1041. EPsCategory = EPunctuationGroup | 2,
  1042. EPeCategory = EPunctuationGroup | 3,
  1043. EPiCategory = EPunctuationGroup | 4,
  1044. EPfCategory = EPunctuationGroup | 5,
  1045. EPoCategory = EPunctuationGroup | 6,
  1046. ESmCategory = ESymbolGroup | 0,
  1047. EScCategory = ESymbolGroup | 1,
  1048. ESkCategory = ESymbolGroup | 2,
  1049. ESoCategory = ESymbolGroup | 3,
  1050. EMaxGraphicCategory = ESymbolGroup | 0x0F,
  1051. EZsCategory = ESeparatorGroup | 0,
  1052. EMaxPrintableCategory = EZsCategory,
  1053. EZlCategory = ESeparatorGroup | 1,
  1054. EZpCategory = ESeparatorGroup | 2,
  1055. ECcCategory = EControlGroup | 0,
  1056. ECfCategory = EControlGroup | 1,
  1057. EMaxAssignedCategory = EMaxAssignedGroup | 0x0F,
  1058. ECsCategory = EUnassignedGroup | 0,
  1059. ECoCategory = EUnassignedGroup | 1,
  1060. ECnCategory = EUnassignedGroup | 2
  1061. };
  1062. #line 763
  1063. enum TBdCategory
  1064. {
  1065. ELeftToRight,
  1066. ELeftToRightEmbedding,
  1067. ELeftToRightOverride,
  1068. ERightToLeft,
  1069. ERightToLeftArabic,
  1070. ERightToLeftEmbedding,
  1071. ERightToLeftOverride,
  1072. EPopDirectionalFormat,
  1073. EEuropeanNumber,
  1074. EEuropeanNumberSeparator,
  1075. EEuropeanNumberTerminator,
  1076. EArabicNumber,
  1077. ECommonNumberSeparator,
  1078. ENonSpacingMark,
  1079. EBoundaryNeutral,
  1080. EParagraphSeparator,
  1081. ESegmentSeparator,
  1082. EWhitespace,
  1083. EOtherNeutral
  1084. };
  1085. enum TCjkWidth
  1086. {
  1087. ENeutralWidth,
  1088. EHalfWidth,
  1089. EFullWidth,
  1090. ENarrow,
  1091. EWide
  1092. };
  1093.    enum TEncoding
  1094.    {
  1095.    EUnicode,
  1096.    EShiftJIS
  1097.    };
  1098. #line 946
  1099. enum
  1100. {
  1101. EFoldCase = 1,
  1102. EFoldAccents = 2,
  1103. EFoldDigits = 4,
  1104. EFoldSpaces = 8,
  1105. EFoldKana = 16,
  1106. EFoldWidth = 32,
  1107. EFoldStandard = EFoldCase | EFoldAccents | EFoldDigits | EFoldSpaces,
  1108. EFoldAll = -1
  1109. };
  1110. struct TCharInfo
  1111. {
  1112. TCategory iCategory;
  1113. TBdCategory iBdCategory;
  1114. TInt iCombiningClass;
  1115. TUint iLowerCase;
  1116. TUint iUpperCase;
  1117. TUint iTitleCase;
  1118. TBool iMirrored;
  1119. TInt iNumericValue;
  1120. };
  1121. inline TChar();
  1122. inline TChar(TUint aChar);
  1123. inline TChar& operator-=(TUint aChar);
  1124. inline TChar& operator+=(TUint aChar);
  1125. inline TChar operator-(TUint aChar);
  1126. inline TChar operator+(TUint aChar);
  1127. inline operator TUint() const;
  1128. inline void Fold();
  1129. inline void LowerCase();
  1130. inline void UpperCase();
  1131. inline TBool Eos() const;
  1132. __declspec(dllexport) TUint GetUpperCase() const;
  1133. __declspec(dllexport) TUint GetLowerCase() const;
  1134. __declspec(dllexport) TBool IsLower() const;
  1135. __declspec(dllexport) TBool IsUpper() const;
  1136. __declspec(dllexport) TBool IsAlpha() const;
  1137. __declspec(dllexport) TBool IsDigit() const;
  1138. __declspec(dllexport) TBool IsAlphaDigit() const;
  1139. __declspec(dllexport) TBool IsHexDigit() const;
  1140. __declspec(dllexport) TBool IsSpace() const;
  1141. __declspec(dllexport) TBool IsPunctuation() const;
  1142. __declspec(dllexport) TBool IsGraph() const;
  1143. __declspec(dllexport) TBool IsPrint() const;
  1144. __declspec(dllexport) TBool IsControl() const;
  1145. inline void Fold(TInt aFlags);
  1146. inline void TitleCase();
  1147. __declspec(dllexport) TUint GetTitleCase() const;
  1148. __declspec(dllexport) TBool IsTitle() const;
  1149. __declspec(dllexport) TBool IsAssigned() const;
  1150. __declspec(dllexport) void GetInfo(TCharInfo& aInfo) const;
  1151. __declspec(dllexport) TCategory GetCategory() const;
  1152. __declspec(dllexport) TBdCategory GetBdCategory() const;
  1153. __declspec(dllexport) TInt GetCombiningClass() const;
  1154. __declspec(dllexport) TBool IsMirrored() const;
  1155. __declspec(dllexport) TInt GetNumericValue() const;
  1156. __declspec(dllexport) TCjkWidth GetCjkWidth() const;
  1157. __declspec(dllexport) static TBool Compose(TUint& aResult,const TDesC16& aSource);
  1158. __declspec(dllexport) TBool Decompose(TPtrC16& aResult) const;
  1159.    __declspec(dllexport) TBool TranslateFromUnicode(TUint& aCode,TEncoding aEncoding) const;
  1160.    __declspec(dllexport) static TBool TranslateToUnicode(TUint& aTo,TUint aFrom,TEncoding aEncoding);
  1161. protected:
  1162. inline void SetChar(TUint aChar);
  1163. private:
  1164. TUint iChar;
  1165. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1166. };
  1167. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32des8.h" /* stack depth 7 */
  1168. #line 12
  1169. const TUint KMaskDesLength8=0xfffffff;
  1170. const TInt KShiftDesType8=28;
  1171. class TBufCBase8;
  1172. class TDes8;
  1173. class TPtrC8;
  1174. class TPtr8;
  1175. class TPtr16;
  1176. class HBufC8;
  1177. class TDesC8
  1178. #line 48
  1179.     {
  1180. public:
  1181. inline TBool operator<(const TDesC8 &aDes) const;
  1182. inline TBool operator<=(const TDesC8 &aDes) const;
  1183. inline TBool operator>(const TDesC8 &aDes) const;
  1184. inline TBool operator>=(const TDesC8 &aDes) const;
  1185. inline TBool operator==(const TDesC8 &aDes) const;
  1186. inline TBool operator!=(const TDesC8 &aDes) const;
  1187. inline const TUint8 &operator[](TInt anIndex) const;
  1188. inline TInt Length() const;
  1189. inline TInt Size() const;
  1190. __declspec(dllexport) const TUint8 *Ptr() const;
  1191. __declspec(dllexport) TInt Compare(const TDesC8 &aDes) const;
  1192. __declspec(dllexport) TInt Match(const TDesC8 &aDes) const;
  1193. __declspec(dllexport) TInt MatchF(const TDesC8 &aDes) const;
  1194. __declspec(dllexport) TInt MatchC(const TDesC8 &aDes) const;
  1195. __declspec(dllexport) TInt Locate(TChar aChar) const;
  1196. __declspec(dllexport) TInt LocateReverse(TChar aChar) const;
  1197. __declspec(dllexport) TInt Find(const TDesC8 &aDes) const;
  1198. __declspec(dllexport) TInt Find(const TUint8 *pS,TInt aLenS) const;
  1199. __declspec(dllexport) TPtrC8 Left(TInt aLength) const;
  1200. __declspec(dllexport) TPtrC8 Right(TInt aLength) const;
  1201. __declspec(dllexport) TPtrC8 Mid(TInt aPos) const;
  1202. __declspec(dllexport) TPtrC8 Mid(TInt aPos,TInt aLength) const;
  1203. __declspec(dllexport) TInt CompareF(const TDesC8 &aDes) const;
  1204. __declspec(dllexport) TInt CompareC(const TDesC8 &aDes) const;
  1205. __declspec(dllexport) TInt LocateF(TChar aChar) const;
  1206. __declspec(dllexport) TInt LocateReverseF(TChar aChar) const;
  1207. __declspec(dllexport) TInt FindF(const TDesC8 &aDes) const;
  1208. __declspec(dllexport) TInt FindF(const TUint8 *pS,TInt aLenS) const;
  1209. __declspec(dllexport) TInt FindC(const TDesC8 &aDes) const;
  1210. __declspec(dllexport) TInt FindC(const TUint8 *pS,TInt aLenS) const;
  1211. __declspec(dllexport) HBufC8 *Alloc() const;
  1212. __declspec(dllexport) HBufC8 *AllocL() const;
  1213. __declspec(dllexport) HBufC8 *AllocLC() const;
  1214. protected:
  1215. inline TDesC8(TInt aType,TInt aLength);
  1216. inline TDesC8() {}
  1217. inline TInt Type() const;
  1218. inline void DoSetLength(TInt aLength);
  1219. __declspec(dllexport) const TUint8 &AtC(TInt anIndex) const;
  1220. private:
  1221. TUint iLength;
  1222. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1223.     };
  1224. class TPtrC8 : public TDesC8
  1225. #line 122
  1226. {
  1227. public:
  1228. __declspec(dllexport) TPtrC8();
  1229. __declspec(dllexport) TPtrC8(const TDesC8 &aDes);
  1230. __declspec(dllexport) TPtrC8(const TUint8 *aString);
  1231. __declspec(dllexport) TPtrC8(const TUint8 *aBuf,TInt aLength);
  1232. inline void Set(const TUint8 *aBuf,TInt aLength);
  1233. inline void Set(const TDesC8 &aDes);
  1234. inline void Set(const TPtrC8& aPtr);
  1235. private:
  1236. TPtrC8& operator=(const TPtrC8 &aDes);
  1237. protected:
  1238. const TUint8 *iPtr;
  1239. private:
  1240. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1241. };
  1242. class TDes8Overflow
  1243. #line 154
  1244. {
  1245. public:
  1246. #line 165
  1247. virtual void Overflow(TDes8 &aDes)=0;
  1248. };
  1249. class TDesC16;
  1250. class TRealFormat;
  1251. class TDes8 : public TDesC8
  1252. #line 192
  1253. {
  1254. public:
  1255. inline TDes8& operator=(const TUint8 *aString);
  1256. inline TDes8& operator=(const TDesC8 &aDes);
  1257. inline TDes8& operator=(const TDes8 &aDes);
  1258. inline TInt MaxLength() const;
  1259. inline TInt MaxSize() const;
  1260. inline const TUint8 &operator[](TInt anIndex) const;
  1261. inline TUint8 &operator[](TInt anIndex);
  1262. inline TDes8 &operator+=(const TDesC8 &aDes);
  1263. __declspec(dllexport) void Zero();
  1264.   __declspec(dllexport) void SetLength(TInt aLength);
  1265.   __declspec(dllexport) void SetMax();
  1266. __declspec(dllexport) void Copy(const TDesC8 &aDes);
  1267. __declspec(dllexport) void Copy(const TUint8 *aBuf,TInt aLength);
  1268. __declspec(dllexport) void Copy(const TUint8 *aString);
  1269. __declspec(dllexport) void Copy(const TDesC16 &aDes);
  1270. __declspec(dllexport) void Append(TChar aChar);
  1271. __declspec(dllexport) void Append(const TDesC8 &aDes);
  1272. __declspec(dllexport) void Append(const TDesC16 &aDes);
  1273. __declspec(dllexport) void Append(const TUint8 *aBuf,TInt aLength);
  1274. __declspec(dllexport) void Fill(TChar aChar);
  1275. __declspec(dllexport) void Fill(TChar aChar,TInt aLength);
  1276. __declspec(dllexport) void FillZ();
  1277. __declspec(dllexport) void FillZ(TInt aLength);
  1278. __declspec(dllexport) void Num(TInt64 aVal);
  1279. __declspec(dllexport) void Num(TUint64 aVal, TRadix aRadix);
  1280. __declspec(dllexport) void NumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1281. __declspec(dllexport) void AppendNum(TInt64 aVal);
  1282. __declspec(dllexport) void AppendNum(TUint64 aVal, TRadix aRadix);
  1283. __declspec(dllexport) void AppendNumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1284. __declspec(dllexport) TPtr8 LeftTPtr(TInt aLength) const;
  1285. __declspec(dllexport) TPtr8 RightTPtr(TInt aLength) const;
  1286. __declspec(dllexport) TPtr8 MidTPtr(TInt aPos) const;
  1287. __declspec(dllexport) TPtr8 MidTPtr(TInt aPos,TInt aLength) const;
  1288. __declspec(dllexport) const TUint8 *PtrZ();
  1289. __declspec(dllexport) void CopyF(const TDesC8 &aDes);
  1290. __declspec(dllexport) void CopyC(const TDesC8 &aDes);
  1291. __declspec(dllexport) void CopyLC(const TDesC8 &aDes);
  1292. __declspec(dllexport) void CopyUC(const TDesC8 &aDes);
  1293. __declspec(dllexport) void CopyCP(const TDesC8 &aDes);
  1294. __declspec(dllexport) void Swap(TDes8 &aDes);
  1295. __declspec(dllexport) void AppendFill(TChar aChar,TInt aLength);
  1296. __declspec(dllexport) void ZeroTerminate();
  1297. __declspec(dllexport) void Fold();
  1298. __declspec(dllexport) void Collate();
  1299. __declspec(dllexport) void LowerCase();
  1300. __declspec(dllexport) void UpperCase();
  1301. __declspec(dllexport) void Capitalize();
  1302. __declspec(dllexport) void Repeat(const TUint8 *aBuf,TInt aLength);
  1303. __declspec(dllexport) void Repeat(const TDesC8 &aDes);
  1304. __declspec(dllexport) void Trim();
  1305. __declspec(dllexport) void TrimAll();
  1306. __declspec(dllexport) void TrimLeft();
  1307. __declspec(dllexport) void TrimRight();
  1308. __declspec(dllexport) void Insert(TInt aPos,const TDesC8 &aDes);
  1309. __declspec(dllexport) void Delete(TInt aPos,TInt aLength);
  1310. __declspec(dllexport) void Replace(TInt aPos,TInt aLength,const TDesC8 &aDes);
  1311. __declspec(dllexport) void Justify(const TDesC8 &aDes,TInt aWidth,TAlign anAlignment,TChar aFill);
  1312. __declspec(dllexport) void NumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1313. __declspec(dllexport) void NumUC(TUint64 aVal, TRadix aRadix=EDecimal);
  1314. __declspec(dllexport) TInt Num(TReal aVal,const TRealFormat &aFormat) ;
  1315. __declspec(dllexport) void AppendNumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1316. __declspec(dllexport) TInt AppendNum(TReal aVal,const TRealFormat &aFormat) ;
  1317. __declspec(dllexport) void AppendNumUC(TUint64 aVal,TRadix aRadix=EDecimal);
  1318. __declspec(dllexport) void Format(TRefByValue<const TDesC8> aFmt,...);
  1319. __declspec(dllexport) void FormatList(const TDesC8 &aFmt,VA_LIST aList);
  1320. __declspec(dllexport) void AppendJustify(const TDesC8 &Des,TInt aWidth,TAlign anAlignment,TChar aFill);
  1321. __declspec(dllexport) void AppendJustify(const TDesC8 &Des,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1322. __declspec(dllexport) void AppendJustify(const TUint8 *aString,TInt aWidth,TAlign anAlignment,TChar aFill);
  1323. __declspec(dllexport) void AppendJustify(const TUint8 *aString,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1324. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC8> aFmt,TDes8Overflow *aOverflowHandler,...);
  1325. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC8> aFmt,...);
  1326. __declspec(dllexport) void AppendFormatList(const TDesC8 &aFmt,VA_LIST aList,TDes8Overflow *aOverflowHandler=0 );
  1327. __declspec(dllexport) TPtr16 Expand();
  1328. __declspec(dllexport) void Collapse();
  1329. protected:
  1330. inline TDes8(TInt aType,TInt aLength,TInt aMaxLength);
  1331. inline TUint8 *WPtr() const;
  1332. inline TDes8() {}
  1333. void DoAppendNum(TUint64 aVal, TRadix aRadix, TUint aA, TInt aW);
  1334. void DoPadAppendNum(TInt aLength, TInt aW, const TUint8* aBuf);
  1335. protected:
  1336. TInt iMaxLength;
  1337. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1338.     };
  1339. class TPtr8 : public TDes8
  1340. #line 308
  1341. {
  1342. public:
  1343. __declspec(dllexport) TPtr8(TUint8 *aBuf,TInt aMaxLength);
  1344. __declspec(dllexport) TPtr8(TUint8 *aBuf,TInt aLength,TInt aMaxLength);
  1345. inline TPtr8& operator=(const TUint8 *aString);
  1346. inline TPtr8& operator=(const TDesC8& aDes);
  1347. inline TPtr8& operator=(const TPtr8& aPtr);
  1348. inline void Set(TUint8 *aBuf,TInt aLength,TInt aMaxLength);
  1349. inline void Set(const TPtr8 &aPtr);
  1350. private:
  1351. __declspec(dllexport) TPtr8(TBufCBase8 &aLcb,TInt aMaxLength);
  1352. protected:
  1353. TUint8 *iPtr;
  1354. private:
  1355. friend class TBufCBase8;
  1356. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1357. };
  1358. class TBufCBase8 : public TDesC8
  1359. {
  1360. protected:
  1361. __declspec(dllexport) TBufCBase8();
  1362. inline TBufCBase8(TInt aLength);
  1363. __declspec(dllexport) TBufCBase8(const TUint8 *aString,TInt aMaxLength);
  1364. __declspec(dllexport) TBufCBase8(const TDesC8 &aDes,TInt aMaxLength);
  1365. __declspec(dllexport) void Copy(const TUint8 *aString,TInt aMaxLength);
  1366. __declspec(dllexport) void Copy(const TDesC8 &aDes,TInt aMaxLength);
  1367. inline TPtr8 DoDes(TInt aMaxLength);
  1368. inline TUint8 *WPtr() const;
  1369. };
  1370. class RReadStream;
  1371. class HBufC8 : public TBufCBase8
  1372. #line 379
  1373. {
  1374. public:
  1375. __declspec(dllexport) static HBufC8 *New(TInt aMaxLength);
  1376. __declspec(dllexport) static HBufC8 *NewL(TInt aMaxLength);
  1377. __declspec(dllexport) static HBufC8 *NewLC(TInt aMaxLength);
  1378. __declspec(dllexport) static HBufC8 *NewMax(TInt aMaxLength);
  1379. __declspec(dllexport) static HBufC8 *NewMaxL(TInt aMaxLength);
  1380. __declspec(dllexport) static HBufC8 *NewMaxLC(TInt aMaxLength);
  1381. __declspec(dllexport) static HBufC8 *NewL(RReadStream &aStream,TInt aMaxLength);
  1382. __declspec(dllexport) static HBufC8 *NewLC(RReadStream &aStream,TInt aMaxLength);
  1383. __declspec(dllexport) HBufC8& operator=(const TUint8 *aString);
  1384. __declspec(dllexport) HBufC8& operator=(const TDesC8 &aDes);
  1385. inline HBufC8& operator=(const HBufC8 &aLcb);
  1386. __declspec(dllexport) HBufC8 *ReAlloc(TInt aMaxLength);
  1387. __declspec(dllexport) HBufC8 *ReAllocL(TInt aMaxLength);
  1388. __declspec(dllexport) TPtr8 Des();
  1389. private:
  1390. inline HBufC8(TInt aLength);
  1391. private:
  1392. TText8 iBuf[1];
  1393. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1394. };
  1395. #line 412
  1396. template <TInt S>
  1397. class TBufC8 : public TBufCBase8
  1398. #line 438
  1399. {
  1400. public:
  1401. inline TBufC8();
  1402.     inline TBufC8(const TUint8 *aString);
  1403. inline TBufC8(const TDesC8 &aDes);
  1404. inline TBufC8<S> &operator=(const TUint8 *aString);
  1405. inline TBufC8<S> &operator=(const TDesC8 &aDes);
  1406. inline TPtr8 Des();
  1407. protected:
  1408. TUint8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1409. };
  1410. class TBufBase8 : public TDes8
  1411. {
  1412. protected:
  1413. __declspec(dllexport) TBufBase8(TInt aMaxLength);
  1414. __declspec(dllexport) TBufBase8(TInt aLength,TInt aMaxLength);
  1415. __declspec(dllexport) TBufBase8(const TUint8* aString,TInt aMaxLength);
  1416. __declspec(dllexport) TBufBase8(const TDesC8& aDes,TInt aMaxLength);
  1417. };
  1418. template <TInt S>
  1419. class TBuf8 : public TBufBase8
  1420. #line 486
  1421. {
  1422. public:
  1423. inline TBuf8();
  1424. inline explicit TBuf8(TInt aLength);
  1425.     inline TBuf8(const TUint8* aString);
  1426. inline TBuf8(const TDesC8& aDes);
  1427. inline TBuf8<S>& operator=(const TUint8* aString);
  1428. inline TBuf8<S>& operator=(const TDesC8& aDes);
  1429. inline TBuf8<S>& operator=(const TBuf8<S>& aBuf);
  1430. protected:
  1431. TUint8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1432. };
  1433. template <TInt S>
  1434. class TAlignedBuf8 : public TBufBase8
  1435. #line 515
  1436. {
  1437. public:
  1438. inline TAlignedBuf8();
  1439. inline explicit TAlignedBuf8(TInt aLength);
  1440.     inline TAlignedBuf8(const TUint8* aString);
  1441. inline TAlignedBuf8(const TDesC8& aDes);
  1442. inline TAlignedBuf8<S>& operator=(const TUint8* aString);
  1443. inline TAlignedBuf8<S>& operator=(const TDesC8& aDes);
  1444. inline TAlignedBuf8<S>& operator=(const TAlignedBuf8<S>& aBuf);
  1445. protected:
  1446. union {
  1447. double only_here_to_force_8byte_alignment;
  1448. TUint8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1449. };
  1450. };
  1451. class RBuf8 : public TDes8
  1452. #line 570
  1453. {
  1454. public:
  1455. __declspec(dllexport) RBuf8();
  1456. __declspec(dllexport) explicit RBuf8(HBufC8* aHBuf);
  1457. __declspec(dllexport) void Assign(const RBuf8& aRBuf);
  1458. __declspec(dllexport) void Assign(TUint8 *aHeapCell,TInt aMaxLength);
  1459. __declspec(dllexport) void Assign(TUint8 *aHeapCell,TInt aLength,TInt aMaxLength);
  1460. __declspec(dllexport) void Assign(HBufC8* aHBuf);
  1461. __declspec(dllexport) void Swap(RBuf8& aRBuf);
  1462. __declspec(dllexport) TInt Create(TInt aMaxLength);
  1463. __declspec(dllexport) void CreateL(TInt aMaxLength);
  1464. __declspec(dllexport) TInt CreateMax(TInt aMaxLength);
  1465. __declspec(dllexport) void CreateMaxL(TInt aMaxLength);
  1466. inline void CreateL(RReadStream &aStream,TInt aMaxLength);
  1467. __declspec(dllexport) TInt Create(const TDesC8& aDes);
  1468. __declspec(dllexport) void CreateL(const TDesC8& aDes);
  1469. __declspec(dllexport) TInt Create(const TDesC8& aDes,TInt aMaxLength);
  1470. __declspec(dllexport) void CreateL(const TDesC8& aDes,TInt aMaxLength);
  1471. __declspec(dllexport) TInt ReAlloc(TInt aMaxLength);
  1472. __declspec(dllexport) void ReAllocL(TInt aMaxLength);
  1473. __declspec(dllexport) void Close();
  1474. __declspec(dllexport) void CleanupClosePushL();
  1475. protected:
  1476. __declspec(dllexport) RBuf8(TInt aType,TInt aLength,TInt aMaxLength);
  1477. RBuf8(const RBuf8&);
  1478. union
  1479. {
  1480. TUint8* iEPtrType;
  1481. HBufC8* iEBufCPtrType;
  1482. };
  1483. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1484. };
  1485. #line 614
  1486. typedef TRefByValue<const TDesC8> __TRefDesC8;
  1487. template <TInt S>
  1488. class TLitC8
  1489. #line 636
  1490. {
  1491. public:
  1492. inline const TDesC8* operator&() const;
  1493. inline operator const TDesC8&() const;
  1494. inline const TDesC8& operator()() const;
  1495. inline operator const __TRefDesC8() const;
  1496. public:
  1497. TUint iTypeLength;
  1498. TText8 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt8))-1)/(sizeof(TInt)/sizeof(TInt8)))*(sizeof(TInt)/sizeof(TInt8))) ];
  1499. };
  1500. #line 1106 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 6 */
  1501. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32des16.h" /* stack depth 7 */
  1502. #line 12
  1503. const TUint KMaskDesLength16=0xfffffff;
  1504. const TInt KShiftDesType16=28;
  1505. class TBufCBase16;
  1506. class TDes16;
  1507. class TPtrC16;
  1508. class TPtr16;
  1509. struct TCollationMethod;
  1510. class HBufC16;
  1511. class TDesC16
  1512. #line 47
  1513.     {
  1514. public:
  1515. enum TPrefix {
  1516.               EIsPrefix = 0,
  1517.               EMightBePrefix = 1,
  1518.               EIsNotPrefix = 2
  1519.              };
  1520. public:
  1521. inline TBool operator<(const TDesC16 &aDes) const;
  1522. inline TBool operator<=(const TDesC16 &aDes) const;
  1523. inline TBool operator>(const TDesC16 &aDes) const;
  1524. inline TBool operator>=(const TDesC16 &aDes) const;
  1525. inline TBool operator==(const TDesC16 &aDes) const;
  1526. inline TBool operator!=(const TDesC16 &aDes) const;
  1527. inline const TUint16 &operator[](TInt anIndex) const;
  1528. inline TInt Length() const;
  1529. inline TInt Size() const;
  1530. __declspec(dllexport) const TUint16 *Ptr() const;
  1531. __declspec(dllexport) TInt Compare(const TDesC16 &aDes) const;
  1532. __declspec(dllexport) TInt CompareF(const TDesC16 &aDes) const;
  1533. __declspec(dllexport) TInt CompareC(const TDesC16 &aDes) const;
  1534. __declspec(dllexport) TInt CompareC(const TDesC16& aDes,TInt aMaxLevel,const TCollationMethod* aCollationMethod) const;
  1535. __declspec(dllexport) TInt Match(const TDesC16 &aDes) const;
  1536. __declspec(dllexport) TInt MatchF(const TDesC16 &aDes) const;
  1537. __declspec(dllexport) TInt MatchC(const TDesC16 &aDes) const;
  1538. __declspec(dllexport) TInt Locate(TChar aChar) const;
  1539. __declspec(dllexport) TInt LocateReverse(TChar aChar) const;
  1540. __declspec(dllexport) TInt Find(const TDesC16 &aDes) const;
  1541. __declspec(dllexport) TInt Find(const TUint16 *aBuf,TInt aLen) const;
  1542. __declspec(dllexport) TPrefix HasPrefixC(const TDesC16& aPossiblePrefix, TInt aLevel, const TCollationMethod* aCollationMethod) const;
  1543. __declspec(dllexport) TPtrC16 Left(TInt aLength) const;
  1544. __declspec(dllexport) TPtrC16 Right(TInt aLength) const;
  1545. __declspec(dllexport) TPtrC16 Mid(TInt aPos) const;
  1546. __declspec(dllexport) TPtrC16 Mid(TInt aPos,TInt aLength) const;
  1547. __declspec(dllexport) TInt LocateF(TChar aChar) const;
  1548. __declspec(dllexport) TInt LocateReverseF(TChar aChar) const;
  1549. __declspec(dllexport) TInt FindF(const TDesC16 &aDes) const;
  1550. __declspec(dllexport) TInt FindF(const TUint16 *aBuf,TInt aLen) const;
  1551. __declspec(dllexport) TInt FindC(const TDesC16 &aDes) const;
  1552. __declspec(dllexport) TInt FindC(const TUint16 *aBuf,TInt aLen) const;
  1553. __declspec(dllexport) TInt FindC(const TUint16 *aText,TInt aLength, TInt aMaxLevel) const;
  1554. __declspec(dllexport) HBufC16 *Alloc() const;
  1555. __declspec(dllexport) HBufC16 *AllocL() const;
  1556. __declspec(dllexport) HBufC16 *AllocLC() const;
  1557. protected:
  1558. inline TDesC16() {}
  1559. inline TDesC16(TInt aType,TInt aLength);
  1560. inline TInt Type() const;
  1561. inline void DoSetLength(TInt aLength);
  1562. __declspec(dllexport) const TUint16 &AtC(TInt anIndex) const;
  1563. private:
  1564. TUint iLength;
  1565. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1566.     };
  1567. class TPtrC16 : public TDesC16
  1568. #line 148
  1569. {
  1570. public:
  1571. __declspec(dllexport) TPtrC16();
  1572. __declspec(dllexport) TPtrC16(const TDesC16 &aDes);
  1573. __declspec(dllexport) TPtrC16(const TUint16 *aString);
  1574. __declspec(dllexport) TPtrC16(const TUint16 *aBuf,TInt aLength);
  1575. inline void Set(const TUint16 *aBuf,TInt aLength);
  1576. inline void Set(const TDesC16 &aDes);
  1577. inline void Set(const TPtrC16 &aPtr);
  1578. private:
  1579. TPtrC16& operator=(const TPtrC16 &aDes);
  1580. protected:
  1581. const TUint16 *iPtr;
  1582. private:
  1583. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1584. };
  1585. class TDes16Overflow
  1586. #line 179
  1587. {
  1588. public:
  1589. #line 190
  1590. virtual void Overflow(TDes16 &aDes)=0;
  1591. };
  1592. class TRealFormat;
  1593. class TDes16 : public TDesC16
  1594. #line 216
  1595. {
  1596. public:
  1597. inline TDes16& operator=(const TUint16 *aString);
  1598. inline TDes16& operator=(const TDesC16 &aDes);
  1599. inline TDes16& operator=(const TDes16 &aDes);
  1600. inline TInt MaxLength() const;
  1601. inline TInt MaxSize() const;
  1602. inline const TUint16 &operator[](TInt anIndex) const;
  1603. inline TUint16 &operator[](TInt anIndex);
  1604. inline TDes16 &operator+=(const TDesC16 &aDes);
  1605. __declspec(dllexport) void Zero();
  1606.   __declspec(dllexport) void SetLength(TInt aLength);
  1607.   __declspec(dllexport) void SetMax();
  1608. __declspec(dllexport) void Copy(const TDesC8 &aDes);
  1609. __declspec(dllexport) void Copy(const TDesC16 &aDes);
  1610. __declspec(dllexport) void Copy(const TUint16 *aBuf,TInt aLength);
  1611. __declspec(dllexport) void Copy(const TUint16 *aString);
  1612. __declspec(dllexport) void Append(TChar aChar);
  1613. __declspec(dllexport) void Append(const TDesC16 &aDes);
  1614. __declspec(dllexport) void Append(const TUint16 *aBuf,TInt aLength);
  1615. __declspec(dllexport) void Fill(TChar aChar);
  1616. __declspec(dllexport) void Fill(TChar aChar,TInt aLength);
  1617. __declspec(dllexport) void FillZ();
  1618. __declspec(dllexport) void FillZ(TInt aLength);
  1619. __declspec(dllexport) void NumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1620. __declspec(dllexport) void AppendNumFixedWidth(TUint aVal,TRadix aRadix,TInt aWidth);
  1621. __declspec(dllexport) TPtr16 LeftTPtr(TInt aLength) const;
  1622. __declspec(dllexport) TPtr16 RightTPtr(TInt aLength) const;
  1623. __declspec(dllexport) TPtr16 MidTPtr(TInt aPos) const;
  1624. __declspec(dllexport) TPtr16 MidTPtr(TInt aPos,TInt aLength) const;
  1625. __declspec(dllexport) const TUint16 *PtrZ();
  1626. __declspec(dllexport) void CopyF(const TDesC16 &aDes);
  1627. __declspec(dllexport) void CopyC(const TDesC16 &aDes);
  1628. __declspec(dllexport) void CopyLC(const TDesC16 &aDes);
  1629. __declspec(dllexport) void CopyUC(const TDesC16 &aDes);
  1630. __declspec(dllexport) void CopyCP(const TDesC16 &aDes);
  1631. __declspec(dllexport) void AppendFill(TChar aChar,TInt aLength);
  1632. __declspec(dllexport) void ZeroTerminate();
  1633. __declspec(dllexport) void Swap(TDes16 &aDes);
  1634. __declspec(dllexport) void Fold();
  1635. __declspec(dllexport) void Collate();
  1636. __declspec(dllexport) void LowerCase();
  1637. __declspec(dllexport) void UpperCase();
  1638. __declspec(dllexport) void Capitalize();
  1639. __declspec(dllexport) void Repeat(const TDesC16 &aDes);
  1640. __declspec(dllexport) void Repeat(const TUint16 *aBuf,TInt aLength);
  1641. __declspec(dllexport) void Trim();
  1642. __declspec(dllexport) void TrimAll();
  1643. __declspec(dllexport) void TrimLeft();
  1644. __declspec(dllexport) void TrimRight();
  1645. __declspec(dllexport) void Insert(TInt aPos,const TDesC16 &aDes);
  1646. __declspec(dllexport) void Delete(TInt aPos,TInt aLength);
  1647. __declspec(dllexport) void Replace(TInt aPos,TInt aLength,const TDesC16 &aDes);
  1648. __declspec(dllexport) void Justify(const TDesC16 &aDes,TInt aWidth,TAlign anAlignment,TChar aFill);
  1649. __declspec(dllexport) void NumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1650. __declspec(dllexport) void NumUC(TUint64 aVal, TRadix aRadix=EDecimal);
  1651. __declspec(dllexport) TInt Num(TReal aVal,const TRealFormat &aFormat) ;
  1652. __declspec(dllexport) void Num(TInt64 aVal);
  1653. __declspec(dllexport) void Num(TUint64 aVal, TRadix aRadix);
  1654. __declspec(dllexport) void Format(TRefByValue<const TDesC16> aFmt,...);
  1655. __declspec(dllexport) void FormatList(const TDesC16 &aFmt,VA_LIST aList);
  1656. __declspec(dllexport) void AppendJustify(const TDesC16 &Des,TInt aWidth,TAlign anAlignment,TChar aFill);
  1657. __declspec(dllexport) void AppendJustify(const TDesC16 &Des,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1658. __declspec(dllexport) void AppendJustify(const TUint16 *aString,TInt aWidth,TAlign anAlignment,TChar aFill);
  1659. __declspec(dllexport) void AppendJustify(const TUint16 *aString,TInt aLength,TInt aWidth,TAlign anAlignment,TChar aFill);
  1660. __declspec(dllexport) void AppendNumFixedWidthUC(TUint aVal,TRadix aRadix,TInt aWidth);
  1661. __declspec(dllexport) void AppendNumUC(TUint64 aVal, TRadix aRadix=EDecimal);
  1662. __declspec(dllexport) TInt AppendNum(TReal aVal,const TRealFormat &aFormat) ;
  1663. __declspec(dllexport) void AppendNum(TInt64 aVal);
  1664. __declspec(dllexport) void AppendNum(TUint64 aVal, TRadix aRadix);
  1665. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC16> aFmt,TDes16Overflow *aOverflowHandler,...);
  1666. __declspec(dllexport) void AppendFormat(TRefByValue<const TDesC16> aFmt,...);
  1667. __declspec(dllexport) void AppendFormatList(const TDesC16 &aFmt,VA_LIST aList,TDes16Overflow *aOverflowHandler=0 );
  1668. __declspec(dllexport) TPtr8 Collapse();
  1669. protected:
  1670. inline TDes16() {}
  1671. inline TDes16(TInt aType,TInt aLength,TInt aMaxLength);
  1672. inline TUint16 *WPtr() const;
  1673. void DoAppendNum(TUint64 aVal, TRadix aRadix, TUint aA, TInt aW);
  1674. void DoPadAppendNum(TInt aLength, TInt aW, const TUint8* aBuf);
  1675. protected:
  1676. TInt iMaxLength;
  1677. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1678.     };
  1679. class TPtr16 : public TDes16
  1680. #line 328
  1681. {
  1682. public:
  1683. __declspec(dllexport) TPtr16(TUint16 *aBuf,TInt aMaxLength);
  1684. __declspec(dllexport) TPtr16(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
  1685. inline TPtr16& operator=(const TUint16 *aString);
  1686. inline TPtr16& operator=(const TDesC16& aDes);
  1687. inline TPtr16& operator=(const TPtr16& aDes);
  1688. inline void Set(TUint16 *aBuf,TInt aLength,TInt aMaxLength);
  1689. inline void Set(const TPtr16 &aPtr);
  1690. private:
  1691. __declspec(dllexport) TPtr16(TBufCBase16 &aLcb,TInt aMaxLength);
  1692. protected:
  1693. TUint16 *iPtr;
  1694. private:
  1695. friend class TBufCBase16;
  1696. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1697. };
  1698. class TBufCBase16 : public TDesC16
  1699. {
  1700. protected:
  1701. __declspec(dllexport) TBufCBase16();
  1702. inline TBufCBase16(TInt aLength);
  1703. __declspec(dllexport) TBufCBase16(const TUint16 *aString,TInt aMaxLength);
  1704. __declspec(dllexport) TBufCBase16(const TDesC16 &aDes,TInt aMaxLength);
  1705. __declspec(dllexport) void Copy(const TUint16 *aString,TInt aMaxLength);
  1706. __declspec(dllexport) void Copy(const TDesC16 &aDes,TInt aMaxLength);
  1707. inline TPtr16 DoDes(TInt aMaxLength);
  1708. inline TUint16 *WPtr() const;
  1709. };
  1710. class RReadStream;
  1711. class HBufC16 : public TBufCBase16
  1712. #line 398
  1713. {
  1714. public:
  1715. __declspec(dllexport) static HBufC16 *New(TInt aMaxLength);
  1716. __declspec(dllexport) static HBufC16 *NewL(TInt aMaxLength);
  1717. __declspec(dllexport) static HBufC16 *NewLC(TInt aMaxLength);
  1718. __declspec(dllexport) static HBufC16 *NewMax(TInt aMaxLength);
  1719. __declspec(dllexport) static HBufC16 *NewMaxL(TInt aMaxLength);
  1720. __declspec(dllexport) static HBufC16 *NewMaxLC(TInt aMaxLength);
  1721. __declspec(dllexport) static HBufC16 *NewL(RReadStream &aStream,TInt aMaxLength);
  1722. __declspec(dllexport) static HBufC16 *NewLC(RReadStream &aStream,TInt aMaxLength);
  1723. __declspec(dllexport) HBufC16& operator=(const TUint16 *aString);
  1724. __declspec(dllexport) HBufC16& operator=(const TDesC16 &aDes);
  1725. inline HBufC16& operator=(const HBufC16 &aLcb);
  1726. __declspec(dllexport) HBufC16 *ReAlloc(TInt aMaxLength);
  1727. __declspec(dllexport) HBufC16 *ReAllocL(TInt aMaxLength);
  1728. __declspec(dllexport) TPtr16 Des();
  1729. private:
  1730. inline HBufC16(TInt aLength);
  1731. private:
  1732. TText16 iBuf[1];
  1733. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1734. };
  1735. #line 430
  1736. template <TInt S>
  1737. class TBufC16 : public TBufCBase16
  1738. #line 456
  1739. {
  1740. public:
  1741. inline TBufC16();
  1742.     inline TBufC16(const TUint16 *aString);
  1743. inline TBufC16(const TDesC16 &aDes);
  1744. inline TBufC16<S> &operator=(const TUint16 *aString);
  1745. inline TBufC16<S> &operator=(const TDesC16 &aDes);
  1746. inline TPtr16 Des();
  1747. protected:
  1748. TUint16 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
  1749. };
  1750. class TBufBase16 : public TDes16
  1751. {
  1752. protected:
  1753. __declspec(dllexport) TBufBase16(TInt aMaxLength);
  1754. __declspec(dllexport) TBufBase16(TInt aLength,TInt aMaxLength);
  1755. __declspec(dllexport) TBufBase16(const TUint16* aString,TInt aMaxLength);
  1756. __declspec(dllexport) TBufBase16(const TDesC16& aDes,TInt aMaxLength);
  1757. };
  1758. template <TInt S>
  1759. class TBuf16 : public TBufBase16
  1760. #line 504
  1761. {
  1762. public:
  1763. inline TBuf16();
  1764. inline explicit TBuf16(TInt aLength);
  1765.     inline TBuf16(const TUint16* aString);
  1766. inline TBuf16(const TDesC16& aDes);
  1767. inline TBuf16<S>& operator=(const TUint16* aString);
  1768. inline TBuf16<S>& operator=(const TDesC16& aDes);
  1769. inline TBuf16<S>& operator=(const TBuf16<S>& aDes);
  1770. protected:
  1771. TUint16 iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
  1772. };
  1773. class RBuf16 : public TDes16
  1774. #line 557
  1775. {
  1776. public:
  1777. __declspec(dllexport) RBuf16();
  1778. __declspec(dllexport) explicit RBuf16(HBufC16* aHBuf);
  1779. __declspec(dllexport) void Assign(const RBuf16& aRBuf);
  1780. __declspec(dllexport) void Assign(TUint16 *aHeapCell,TInt aMaxLength);
  1781. __declspec(dllexport) void Assign(TUint16 *aHeapCell,TInt aLength,TInt aMaxLength);
  1782. __declspec(dllexport) void Assign(HBufC16* aHBuf);
  1783. __declspec(dllexport) void Swap(RBuf16& aRBuf);
  1784. __declspec(dllexport) TInt Create(TInt aMaxLength);
  1785. __declspec(dllexport) void CreateL(TInt aMaxLength);
  1786. __declspec(dllexport) TInt CreateMax(TInt aMaxLength);
  1787. __declspec(dllexport) void CreateMaxL(TInt aMaxLength);
  1788. inline void CreateL(RReadStream &aStream,TInt aMaxLength);
  1789. __declspec(dllexport) TInt Create(const TDesC16& aDes);
  1790. __declspec(dllexport) void CreateL(const TDesC16& aDes);
  1791. __declspec(dllexport) TInt Create(const TDesC16& aDes,TInt aMaxLength);
  1792. __declspec(dllexport) void CreateL(const TDesC16& aDes,TInt aMaxLength);
  1793. __declspec(dllexport) TInt ReAlloc(TInt aMaxLength);
  1794. __declspec(dllexport) void ReAllocL(TInt aMaxLength);
  1795. __declspec(dllexport) void Close();
  1796. __declspec(dllexport) void CleanupClosePushL();
  1797. protected:
  1798. __declspec(dllexport) RBuf16(TInt aType,TInt aLength,TInt aMaxLength);
  1799. RBuf16(const RBuf16&);
  1800. union
  1801. {
  1802. TUint16* iEPtrType;
  1803. HBufC16* iEBufCPtrType;
  1804. };
  1805. public: void __DbgTestInvariant() const; void __DbgTest(TAny *aPtr) const ;
  1806. };
  1807. #line 602
  1808. typedef TRefByValue<const TDesC16> __TRefDesC16;
  1809. template <TInt S>
  1810. class TLitC16
  1811. #line 624
  1812. {
  1813. public:
  1814. inline const TDesC16* operator&() const;
  1815. inline operator const TDesC16&() const;
  1816. inline const TDesC16& operator()() const;
  1817. inline operator const __TRefDesC16() const;
  1818. public:
  1819. #line 645
  1820. typedef TUint16 __TText;
  1821. public:
  1822. TUint iTypeLength;
  1823. __TText iBuf[((((S)+(sizeof(TInt)/sizeof(TInt16))-1)/(sizeof(TInt)/sizeof(TInt16)))*(sizeof(TInt)/sizeof(TInt16))) ];
  1824. };
  1825. #line 1108 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.h" /* stack depth 6 */
  1826. #line 1131
  1827. typedef TDesC16 TDesC;
  1828. #line 1151
  1829. typedef TPtrC16 TPtrC;
  1830. #line 1171
  1831. typedef TDes16 TDes;
  1832. #line 1191
  1833. typedef TPtr16 TPtr;
  1834. #line 1212
  1835. typedef HBufC16 HBufC;
  1836. #line 1232
  1837. typedef TDes16Overflow TDesOverflow;
  1838. #line 1249
  1839. typedef RBuf16 RBuf;
  1840. #line 1394
  1841. typedef TBufCBase16 TBufCBase;
  1842. #line 1430
  1843. template <TInt S>
  1844. class TBufC : public TBufCBase16
  1845. {
  1846. public:
  1847. inline TBufC();
  1848. inline TBufC(const TText* aString);
  1849. inline TBufC(const TDesC& aDes);
  1850. inline TBufC<S>& operator=(const TText* aString);
  1851. inline TBufC<S>& operator=(const TDesC& aDes);
  1852. inline TPtr Des();
  1853. private:
  1854. TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
  1855. };
  1856. #line 1483
  1857. template <TInt S>
  1858. class TBuf : public TBufBase16
  1859. {
  1860. public:
  1861. inline TBuf();
  1862. inline explicit TBuf(TInt aLength);
  1863. inline TBuf(const TText* aString);
  1864. inline TBuf(const TDesC& aDes);
  1865. inline TBuf<S>& operator=(const TText* aString);
  1866. inline TBuf<S>& operator=(const TDesC& aDes);
  1867. inline TBuf<S>& operator=(const TBuf<S>& aBuf);
  1868. private:
  1869. TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
  1870. };
  1871. #line 1513
  1872. typedef TRefByValue<const TDesC> __TRefDesC;
  1873. #line 1531
  1874. template <TInt S>
  1875. class TLitC
  1876. {
  1877. public:
  1878. enum {BufferSize=S-1};
  1879. inline const TDesC* operator&() const;
  1880. inline operator const TDesC&() const;
  1881. inline const TDesC& operator()() const;
  1882. inline operator const __TRefDesC() const;
  1883. public:
  1884. #line 1568
  1885. typedef TUint16 __TText;
  1886. public:
  1887. TUint iTypeLength;
  1888. __TText iBuf[((((S)+(sizeof(TUint)/sizeof(TUint16))-1)/(sizeof(TUint)/sizeof(TUint16)))*(sizeof(TUint)/sizeof(TUint16))) ];
  1889. };
  1890. #line 1595
  1891. const static TLitC<sizeof(L"")/2> KNullDesC={sizeof(L"")/2-1,L""} ;
  1892. #line 1605
  1893. const static TLitC8<sizeof("")> KNullDesC8={sizeof("")-1,""} ;
  1894. #line 1616
  1895. const static TLitC16<sizeof(L"")/2> KNullDesC16={sizeof(L"")/2-1,L""} ;
  1896. #line 1633
  1897. template <class T>
  1898. class TPckgC : public TPtrC8
  1899. {
  1900. public:
  1901. inline TPckgC(const T& aRef);
  1902. inline const T& operator()() const;
  1903. private:
  1904. TPckgC<T>& operator=(const TPckgC<T>& aRef);
  1905. };
  1906. #line 1658
  1907. template <class T>
  1908. class TPckg : public TPtr8
  1909. {
  1910. public:
  1911. inline TPckg(const T& aRef);
  1912. inline T& operator()();
  1913. private:
  1914. TPckg<T>& operator=(const TPckg<T>& aRef);
  1915. };
  1916. #line 1685
  1917. template <class T>
  1918. class TPckgBuf : public TAlignedBuf8<sizeof(T)>
  1919. {
  1920. public:
  1921. inline TPckgBuf();
  1922. inline TPckgBuf(const T& aRef);
  1923. inline TPckgBuf& operator=(const TPckgBuf<T>& aRef);
  1924. inline T& operator=(const T& aRef);
  1925. inline T& operator()();
  1926. inline const T& operator()() const;
  1927. };
  1928. #line 1710
  1929. typedef TBuf<KMaxName> TName;
  1930. typedef TBuf<KMaxKernelName> TKName;
  1931. typedef TBuf<KMaxInfoName> TInfoName;
  1932. #line 1739
  1933. typedef TBuf<KMaxFullName> TFullName;
  1934. #line 1754
  1935. typedef TBuf<KMaxExitCategoryName> TExitCategoryName;
  1936. #line 1768
  1937. typedef TBuf<KMaxFileName> TFileName;
  1938. #line 1782
  1939. typedef TBuf<KMaxPath> TPath;
  1940. typedef TBuf<KMaxDeviceInfo> TDeviceInfo;
  1941. #line 1805
  1942. typedef TBuf<KMaxVersionName> TVersionName;
  1943. typedef TBuf<KMaxPassword> TPassword;
  1944. #line 1825
  1945. typedef TBuf<KMaxUidName> TUidName;
  1946. #line 1847
  1947. class TUid
  1948. {
  1949. public:
  1950. __declspec(dllexport) TBool operator==(const TUid& aUid) const;
  1951. __declspec(dllexport) TBool operator!=(const TUid& aUid) const;
  1952. __declspec(dllexport) TUidName Name() const;
  1953. static inline TUid Uid(TInt aUid);
  1954. static inline TUid Null();
  1955. public:
  1956. TInt32 iUid;
  1957. };
  1958. #line 1877
  1959. class TUidType
  1960. {
  1961. public:
  1962. __declspec(dllexport) TUidType();
  1963. __declspec(dllexport) TUidType(TUid aUid1);
  1964. __declspec(dllexport) TUidType(TUid aUid1,TUid aUid2);
  1965. __declspec(dllexport) TUidType(TUid aUid1,TUid aUid2,TUid aUid3);
  1966. __declspec(dllexport) TBool operator==(const TUidType& aUidType) const;
  1967. __declspec(dllexport) TBool operator!=(const TUidType& aUidType) const;
  1968. __declspec(dllexport) const TUid& operator[](TInt anIndex) const;
  1969. __declspec(dllexport) TUid MostDerived() const;
  1970. __declspec(dllexport) TBool IsPresent(TUid aUid) const;
  1971. __declspec(dllexport) TBool IsValid() const;
  1972. private:
  1973. TUid iUid[KMaxCheckedUid];
  1974. };
  1975. #line 1925
  1976. class TSecureId
  1977. {
  1978. public:
  1979. inline TSecureId();
  1980. inline TSecureId(TUint32 aId);
  1981. inline operator TUint32() const;
  1982. inline TSecureId(TUid aId);
  1983. inline operator TUid() const;
  1984. public:
  1985. TUint32 iId;
  1986. };
  1987. #line 1966
  1988. class TVendorId
  1989. {
  1990. public:
  1991. inline TVendorId();
  1992. inline TVendorId(TUint32 aId);
  1993. inline operator TUint32() const;
  1994. inline TVendorId(TUid aId);
  1995. inline operator TUid() const;
  1996. public:
  1997. TUint32 iId;
  1998. };
  1999. #line 1985
  2000. class SSecureId
  2001. {
  2002. public:
  2003. inline const TSecureId* operator&() const;
  2004. inline operator const TSecureId&() const;
  2005. inline operator TUint32() const;
  2006. inline operator TUid() const;
  2007. public:
  2008. TUint32 iId;
  2009. };
  2010. #line 2004
  2011. class SVendorId
  2012. {
  2013. public:
  2014. inline const TVendorId* operator&() const;
  2015. inline operator const TVendorId&() const;
  2016. inline operator TUint32() const;
  2017. inline operator TUid() const;
  2018. public:
  2019. TUint32 iId;
  2020. };
  2021. #line 2062
  2022. class TVersion
  2023. {
  2024. public:
  2025. __declspec(dllexport) TVersion();
  2026. __declspec(dllexport) TVersion(TInt aMajor,TInt aMinor,TInt aBuild);
  2027. __declspec(dllexport) TVersionName Name() const;
  2028. public:
  2029. TInt8 iMajor;
  2030. TInt8 iMinor;
  2031. TInt16 iBuild;
  2032. };
  2033. #line 2103
  2034. class TRequestStatus
  2035. {
  2036. public:
  2037. inline TRequestStatus();
  2038. inline TRequestStatus(TInt aVal);
  2039. inline TInt operator=(TInt aVal);
  2040. inline TBool operator==(TInt aVal) const;
  2041. inline TBool operator!=(TInt aVal) const;
  2042. inline TBool operator>=(TInt aVal) const;
  2043. inline TBool operator<=(TInt aVal) const;
  2044. inline TBool operator>(TInt aVal) const;
  2045. inline TBool operator<(TInt aVal) const;
  2046. inline TInt Int() const;
  2047. private:
  2048. enum
  2049. {
  2050. EActive = 1,
  2051. ERequestPending = 2,
  2052. };
  2053. TInt iStatus;
  2054. TUint iFlags;
  2055. friend class CActive;
  2056. friend class CActiveScheduler;
  2057. friend class CServer2;
  2058. };
  2059. class TSize;
  2060. #line 2143
  2061. class TPoint
  2062. {
  2063. public:
  2064. enum TUninitialized { EUninitialized };
  2065. TPoint(TUninitialized) {}
  2066. inline TPoint();
  2067. inline TPoint(TInt aX,TInt aY);
  2068. __declspec(dllexport) TBool operator==(const TPoint& aPoint) const;
  2069. __declspec(dllexport) TBool operator!=(const TPoint& aPoint) const;
  2070. __declspec(dllexport) TPoint& operator-=(const TPoint& aPoint);
  2071. __declspec(dllexport) TPoint& operator+=(const TPoint& aPoint);
  2072. __declspec(dllexport) TPoint& operator-=(const TSize& aSize);
  2073. __declspec(dllexport) TPoint& operator+=(const TSize& aSize);
  2074. __declspec(dllexport) TPoint operator-(const TPoint& aPoint) const;
  2075. __declspec(dllexport) TPoint operator+(const TPoint& aPoint) const;
  2076. __declspec(dllexport) TPoint operator-(const TSize& aSize) const;
  2077. __declspec(dllexport) TPoint operator+(const TSize& aSize) const;
  2078. __declspec(dllexport) TPoint operator-() const;
  2079. __declspec(dllexport) void SetXY(TInt aX,TInt aY);
  2080. __declspec(dllexport) TSize AsSize() const;
  2081. public:
  2082. TInt iX;
  2083. TInt iY;
  2084. };
  2085. #line 2187
  2086. class TPoint3D
  2087. {
  2088. public:
  2089. TInt iX;
  2090. TInt iY;
  2091. TInt iZ;
  2092. };
  2093. #line 2212
  2094. class TAngle3D
  2095. {
  2096. public:
  2097. TInt iPhi;
  2098. TInt iTheta;
  2099. };
  2100. #line 2235
  2101. class TSize
  2102. {
  2103. public:
  2104. enum TUninitialized { EUninitialized };
  2105. TSize(TUninitialized) {}
  2106. inline TSize();
  2107. inline TSize(TInt aWidth,TInt aHeight);
  2108. __declspec(dllexport) TBool operator==(const TSize& aSize) const;
  2109. __declspec(dllexport) TBool operator!=(const TSize& aSize) const;
  2110. __declspec(dllexport) TSize& operator-=(const TSize& aSize);
  2111. __declspec(dllexport) TSize& operator-=(const TPoint& aPoint);
  2112. __declspec(dllexport) TSize& operator+=(const TSize& aSize);
  2113. __declspec(dllexport) TSize& operator+=(const TPoint& aPoint);
  2114. __declspec(dllexport) TSize operator-(const TSize& aSize) const;
  2115. __declspec(dllexport) TSize operator-(const TPoint& aPoint) const;
  2116. __declspec(dllexport) TSize operator+(const TSize& aSize) const;
  2117. __declspec(dllexport) TSize operator+(const TPoint& aPoint) const;
  2118. __declspec(dllexport) TSize operator-() const;
  2119. __declspec(dllexport) void SetSize(TInt aWidth,TInt aHeight);
  2120. __declspec(dllexport) TPoint AsPoint() const;
  2121. public:
  2122. TInt iWidth;
  2123. TInt iHeight;
  2124. };
  2125. #line 2287
  2126. class THandleInfo
  2127. {
  2128. public:
  2129. TInt iNumOpenInProcess;
  2130. TInt iNumOpenInThread;
  2131. TInt iNumProcesses;
  2132. TInt iNumThreads;
  2133. };
  2134. class RThread;
  2135. class TFindHandleBase;
  2136. class TFindSemaphore;
  2137. #line 2330
  2138. class RHandleBase
  2139. {
  2140. public:
  2141.     enum
  2142. {
  2143. EReadAccess=0x1,
  2144. EWriteAccess=0x2,
  2145. EDirectReadAccess=0x4,
  2146. EDirectWriteAccess=0x8,
  2147. };
  2148. public:
  2149. inline RHandleBase();
  2150. inline TInt Handle() const;
  2151. inline void SetHandle(TInt aHandle);
  2152. inline TInt SetReturnedHandle(TInt aHandleOrError);
  2153. static void DoExtendedClose();
  2154. __declspec(dllexport) void Close();
  2155. __declspec(dllexport) TName Name() const;
  2156. __declspec(dllexport) TFullName FullName() const;
  2157. __declspec(dllexport) void SetHandleNC(TInt aHandle);
  2158. __declspec(dllexport) TInt Duplicate(const RThread& aSrc,TOwnerType aType=EOwnerProcess);
  2159. __declspec(dllexport) void HandleInfo(THandleInfo* anInfo);
  2160. __declspec(dllexport) TUint Attributes() const;
  2161. protected:
  2162. inline RHandleBase(TInt aHandle);
  2163. __declspec(dllexport) TInt Open(const TFindHandleBase& aHandle,TOwnerType aType);
  2164. static TInt SetReturnedHandle(TInt aHandleOrError,RHandleBase& aHandle);
  2165. TInt OpenByName(const TDesC &aName,TOwnerType aOwnerType,TInt aObjectType);
  2166. private:
  2167. static void DoExtendedCloseL();
  2168. protected:
  2169. TInt iHandle;
  2170. };
  2171. class RMessagePtr2;
  2172. #line 2387
  2173. class RSemaphore : public RHandleBase
  2174. {
  2175. public:
  2176. inline TInt Open(const TFindSemaphore& aFind,TOwnerType aType=EOwnerProcess);
  2177. __declspec(dllexport) TInt CreateLocal(TInt aCount,TOwnerType aType=EOwnerProcess);
  2178. __declspec(dllexport) TInt CreateGlobal(const TDesC& aName,TInt aCount,TOwnerType aType=EOwnerProcess);
  2179. __declspec(dllexport) TInt OpenGlobal(const TDesC& aName,TOwnerType aType=EOwnerProcess);
  2180. __declspec(dllexport) TInt Open(RMessagePtr2 aMessage,TInt aParam,TOwnerType aType=EOwnerProcess);
  2181. __declspec(dllexport) TInt Open(TInt aArgumentIndex, TOwnerType aType=EOwnerProcess);
  2182. __declspec(dllexport) void Wait();
  2183. __declspec(dllexport) TInt Wait(TInt aTimeout);
  2184. __declspec(dllexport) void Signal();
  2185. __declspec(dllexport) void Signal(TInt aCount);
  2186. };
  2187. #line 2416
  2188. class RFastLock : public RSemaphore
  2189. {
  2190. public:
  2191. inline RFastLock();
  2192. __declspec(dllexport) TInt CreateLocal(TOwnerType aType=EOwnerProcess);
  2193. __declspec(dllexport) void Wait();
  2194. __declspec(dllexport) void Signal();
  2195. private:
  2196. TInt iCount;
  2197. };
  2198. #line 2440
  2199. class RBusLogicalChannel : public RHandleBase
  2200. {
  2201. public:
  2202. __declspec(dllexport) TInt Open(RMessagePtr2 aMessage,TInt aParam,TOwnerType aType=EOwnerProcess);
  2203. __declspec(dllexport) TInt Open(TInt aArgumentIndex, TOwnerType aType=EOwnerProcess);
  2204. protected:
  2205. inline TInt DoCreate(const TDesC& aDevice, const TVersion& aVer, TInt aUnit, const TDesC* aDriver, const TDesC8* anInfo, TOwnerType aType=EOwnerProcess, TBool aProtected=EFalse);
  2206. __declspec(dllexport) void DoCancel(TUint aReqMask);
  2207. __declspec(dllexport) void DoRequest(TInt aReqNo,TRequestStatus& aStatus);
  2208. __declspec(dllexport) void DoRequest(TInt aReqNo,TRequestStatus& aStatus,TAny* a1);
  2209. __declspec(dllexport) void DoRequest(TInt aReqNo,TRequestStatus& aStatus,TAny* a1,TAny* a2);
  2210. __declspec(dllexport) TInt DoControl(TInt aFunction);
  2211. __declspec(dllexport) TInt DoControl(TInt aFunction,TAny* a1);
  2212. __declspec(dllexport) TInt DoControl(TInt aFunction,TAny* a1,TAny* a2);
  2213. inline TInt DoSvControl(TInt aFunction) { return DoControl(aFunction); }
  2214. inline TInt DoSvControl(TInt aFunction,TAny* a1) { return DoControl(aFunction, a1); }
  2215. inline TInt DoSvControl(TInt aFunction,TAny* a1,TAny* a2) { return DoControl(aFunction, a1, a2); }
  2216. private:
  2217. __declspec(dllexport) TInt DoCreate(const TDesC& aDevice, const TVersion& aVer, TInt aUnit, const TDesC* aDriver, const TDesC8* aInfo, TInt aType);
  2218. private:
  2219. TInt iPadding1;
  2220. TInt iPadding2;
  2221. };
  2222. #line 2475
  2223. class MAllocator
  2224. {
  2225. public:
  2226. virtual TAny* Alloc(TInt aSize)=0;
  2227. virtual void Free(TAny* aPtr)=0;
  2228. virtual TAny* ReAlloc(TAny* aPtr, TInt aSize, TInt aMode=0)=0;
  2229. virtual TInt AllocLen(const TAny* aCell) const =0;
  2230. virtual TInt Compress()=0;
  2231. virtual void Reset()=0;
  2232. virtual TInt AllocSize(TInt& aTotalAllocSize) const =0;
  2233. virtual TInt Available(TInt& aBiggestBlock) const =0;
  2234. virtual TInt DebugFunction(TInt aFunc, TAny* a1=0 , TAny* a2=0 )=0;
  2235. virtual TInt Extension_(TUint aExtensionId, TAny*& a0, TAny* a1)=0;
  2236. };
  2237. #line 2499
  2238. class RAllocator : public MAllocator
  2239. {
  2240. public:
  2241. #line 2511
  2242. enum TAllocFail {
  2243.                 ERandom,
  2244.                 ETrueRandom,
  2245.                 EDeterministic,
  2246.                 ENone,
  2247.                 EFailNext,
  2248.                 EReset
  2249.                 };
  2250. enum TDbgHeapType {
  2251.                   EUser,
  2252.                   EKernel
  2253.                   };
  2254. enum TAllocDebugOp {ECount, EMarkStart, EMarkEnd, ECheck, ESetFail, ECopyDebugInfo};
  2255. enum TReAllocMode {
  2256.                   ENeverMove=1,
  2257.                   EAllowMoveOnShrink=2
  2258.                   };
  2259. enum TFlags {ESingleThreaded=1, EFixedSize=2};
  2260. struct SCheckInfo {TBool iAll; TInt iCount; const TDesC8* iFileName; TInt iLineNum;};
  2261. enum {EMaxHandles=32};
  2262. public:
  2263. inline RAllocator();
  2264. __declspec(dllexport) TInt Open();
  2265. __declspec(dllexport) void Close();
  2266. __declspec(dllexport) TAny* AllocZ(TInt aSize);
  2267. __declspec(dllexport) TAny* AllocZL(TInt aSize);
  2268. __declspec(dllexport) TAny* AllocL(TInt aSize);
  2269. __declspec(dllexport) TAny* AllocLC(TInt aSize);
  2270. __declspec(dllexport) void FreeZ(TAny*& aCell);
  2271. __declspec(dllexport) TAny* ReAllocL(TAny* aCell, TInt aSize, TInt aMode=0);
  2272. __declspec(dllexport) TInt Count() const;
  2273. __declspec(dllexport) TInt Count(TInt& aFreeCount) const;
  2274. __declspec(dllexport) void Check() const;
  2275. __declspec(dllexport) void __DbgMarkStart();
  2276. __declspec(dllexport) TUint32 __DbgMarkEnd(TInt aCount);
  2277. __declspec(dllexport) TInt __DbgMarkCheck(TBool aCountAll, TInt aCount, const TDesC8& aFileName, TInt aLineNum);
  2278. inline void __DbgMarkCheck(TBool aCountAll, TInt aCount, const TUint8* aFileName, TInt aLineNum);
  2279. __declspec(dllexport) void __DbgSetAllocFail(TAllocFail aType, TInt aValue);
  2280. protected:
  2281. __declspec(dllexport) virtual TInt Extension_(TUint aExtensionId, TAny*& a0, TAny* a1);
  2282. __declspec(dllexport) virtual void DoClose();
  2283. protected:
  2284. TInt iAccessCount;
  2285. TInt iHandleCount;
  2286. TInt* iHandles;
  2287. TUint32 iFlags;
  2288. TInt iCellCount;
  2289. TInt iTotalAllocSize;
  2290. };
  2291. class UserHeap;
  2292. #line 2650
  2293. class RHeap : public RAllocator
  2294. {
  2295. public:
  2296. struct SCell {
  2297.              TInt len;
  2298.              SCell* next;
  2299.              };
  2300. struct SDebugCell {
  2301.                   TInt len;
  2302.                   TInt nestingLevel;
  2303.                   TInt allocCount;
  2304.                   };
  2305. struct _s_align {char c; double d;};
  2306. struct SHeapCellInfo { RHeap* iHeap; TInt iTotalAlloc; TInt iTotalAllocSize; TInt iTotalFree; TInt iLevelAlloc; SDebugCell* iStranded; };
  2307. enum {ECellAlignment = sizeof(_s_align)-sizeof(double)};
  2308. enum {EFreeCellSize = sizeof(SCell)};
  2309. enum {EAllocCellSize = sizeof(SDebugCell)};
  2310. #line 2734
  2311. enum TDebugOp {EWalk=128};
  2312. enum TCellType
  2313. {EGoodAllocatedCell, EGoodFreeCell, EBadAllocatedCellSize, EBadAllocatedCellAddress,
  2314. EBadFreeCellAddress, EBadFreeCellSize};
  2315. enum TDebugHeapId {EUser=0, EKernel=1};
  2316.     typedef void (*TWalkFunc)(TAny*, TCellType, TAny*, TInt);
  2317. public:
  2318. __declspec(dllexport) virtual TAny* Alloc(TInt aSize);
  2319. __declspec(dllexport) virtual void Free(TAny* aPtr);
  2320. __declspec(dllexport) virtual TAny* ReAlloc(TAny* aPtr, TInt aSize, TInt aMode=0);
  2321. __declspec(dllexport) virtual TInt AllocLen(const TAny* aCell) const;
  2322. __declspec(dllexport) virtual TInt Compress();
  2323. __declspec(dllexport) virtual void Reset();
  2324. __declspec(dllexport) virtual TInt AllocSize(TInt& aTotalAllocSize) const;
  2325. __declspec(dllexport) virtual TInt Available(TInt& aBiggestBlock) const;
  2326. __declspec(dllexport) virtual TInt DebugFunction(TInt aFunc, TAny* a1=0 , TAny* a2=0 );
  2327. protected:
  2328. __declspec(dllexport) virtual TInt Extension_(TUint aExtensionId, TAny*& a0, TAny* a1);
  2329. public:
  2330. __declspec(dllexport) RHeap(TInt aMaxLength, TInt aAlign=0, TBool aSingleThread=ETrue);
  2331. __declspec(dllexport) RHeap(TInt aChunkHandle, TInt aOffset, TInt aMinLength, TInt aMaxLength, TInt aGrowBy, TInt aAlign=0, TBool aSingleThread=EFalse);
  2332. __declspec(dllexport) TAny* operator new(TUint aSize, TAny* aBase) throw() ;
  2333. inline void operator delete(TAny* aPtr, TAny* aBase);
  2334. inline TUint8* Base() const;
  2335. inline TInt Size() const;
  2336. inline TInt MaxLength() const;
  2337. inline TInt Align(TInt a) const;
  2338. inline const TAny* Align(const TAny* a) const;
  2339. inline TBool IsLastCell(const SCell* aCell) const;
  2340. inline void Lock() const;
  2341. inline void Unlock() const;
  2342. protected:
  2343. inline RHeap();
  2344. void Initialise();
  2345. SCell* DoAlloc(TInt aSize, SCell*& aLastFree);
  2346. void DoFree(SCell* pC);
  2347. TInt TryToGrowHeap(TInt aSize, SCell* aLastFree);
  2348. inline void FindFollowingFreeCell(SCell* aCell, SCell*& pPrev, SCell*& aNext);
  2349. TInt TryToGrowCell(SCell* pC, SCell* pP, SCell* pE, TInt aSize);
  2350. TInt Reduce(SCell* aCell);
  2351. __declspec(dllexport) SCell* GetAddress(const TAny* aCell) const;
  2352. void CheckCell(const SCell* aCell) const;
  2353. void Walk(TWalkFunc aFunc, TAny* aPtr);
  2354. static void WalkCheckCell(TAny* aPtr, TCellType aType, TAny* aCell, TInt aLen);
  2355. TInt DoCountAllocFree(TInt& aFree);
  2356. TInt DoCheckHeap(SCheckInfo* aInfo);
  2357. void DoMarkStart();
  2358. TUint32 DoMarkEnd(TInt aExpected);
  2359. void DoSetAllocFail(TAllocFail aType, TInt aRate);
  2360. TBool CheckForSimulatedAllocFail();
  2361. inline TInt SetBrk(TInt aBrk);
  2362. protected:
  2363. TInt iMinLength;
  2364. TInt iMaxLength;
  2365. TInt iOffset;
  2366. TInt iGrowBy;
  2367. TInt iChunkHandle;
  2368. RFastLock iLock;
  2369. TUint8* iBase;
  2370. TUint8* iTop;
  2371. TInt iAlign;
  2372. TInt iMinCell;
  2373. TInt iPageSize;
  2374. SCell iFree;
  2375. protected:
  2376. TInt iNestingLevel;
  2377. TInt iAllocCount;
  2378. TAllocFail iFailType;
  2379. TInt iFailRate;
  2380. TBool iFailed;
  2381. TInt iFailAllocCount;
  2382. TInt iRand;
  2383. TAny* iTestData;
  2384. friend class UserHeap;
  2385. };
  2386. class OnlyCreateWithNull;
  2387. typedef void (OnlyCreateWithNull::* __NullPMF)();
  2388. class OnlyCreateWithNull
  2389. {
  2390. public:
  2391. inline OnlyCreateWithNull(__NullPMF ) {}
  2392. };
  2393. #line 2857
  2394. class RMessagePtr2
  2395. {
  2396. public:
  2397. inline RMessagePtr2();
  2398. inline TBool IsNull() const;
  2399. inline TInt Handle() const;
  2400. __declspec(dllexport) void Complete(TInt aReason) const;
  2401. __declspec(dllexport) void Complete(RHandleBase aHandle) const;
  2402. __declspec(dllexport) TInt GetDesLength(TInt aParam) const;
  2403. __declspec(dllexport) TInt GetDesLengthL(TInt aParam) const;
  2404. __declspec(dllexport) TInt GetDesMaxLength(TInt aParam) const;
  2405. __declspec(dllexport) TInt GetDesMaxLengthL(TInt aParam) const;
  2406. __declspec(dllexport) void ReadL(TInt aParam,TDes8& aDes,TInt aOffset=0) const;
  2407. __declspec(dllexport) void ReadL(TInt aParam,TDes16 &aDes,TInt aOffset=0) const;
  2408. __declspec(dllexport) void WriteL(TInt aParam,const TDesC8& aDes,TInt aOffset=0) const;
  2409. __declspec(dllexport) void WriteL(TInt aParam,const TDesC16& aDes,TInt aOffset=0) const;
  2410. __declspec(dllexport) TInt Read(TInt aParam,TDes8& aDes,TInt aOffset=0) const;
  2411. __declspec(dllexport) TInt Read(TInt aParam,TDes16 &aDes,TInt aOffset=0) const;
  2412. __declspec(dllexport) TInt Write(TInt aParam,const TDesC8& aDes,TInt aOffset=0) const;
  2413. __declspec(dllexport) TInt Write(TInt aParam,const TDesC16& aDes,TInt aOffset=0) const;
  2414. __declspec(dllexport) void Panic(const TDesC& aCategory,TInt aReason) const;
  2415. __declspec(dllexport) void Kill(TInt aReason) const;
  2416. __declspec(dllexport) void Terminate(TInt aReason) const;
  2417. __declspec(dllexport) TInt SetProcessPriority(TProcessPriority aPriority) const;
  2418. inline   void SetProcessPriorityL(TProcessPriority aPriority) const;
  2419. __declspec(dllexport) TInt Client(RThread& aClient, TOwnerType aOwnerType=EOwnerProcess) const;
  2420. inline   void ClientL(RThread& aClient, TOwnerType aOwnerType=EOwnerProcess) const;
  2421. __declspec(dllexport) TUint ClientProcessFlags() const;
  2422. __declspec(dllexport) const TRequestStatus* ClientStatus() const;
  2423. #line 2921
  2424. __declspec(dllexport) TSecureId SecureId() const;
  2425. #line 2955
  2426. __declspec(dllexport) TVendorId VendorId() const;
  2427. #line 2975
  2428. inline TBool HasCapability(TCapability aCapability, const char* aDiagnostic=0) const;
  2429. #line 3003
  2430.   inline void HasCapabilityL(TCapability aCapability, const char* aDiagnosticMessage=0) const;
  2431. #line 3032
  2432. inline TBool HasCapability(TCapability aCapability1, TCapability aCapability2, const char* aDiagnostic=0) const;
  2433. #line 3061
  2434. inline void HasCapabilityL(TCapability aCapability1, TCapability aCapability2, const char* aDiagnosticMessage=0) const;
  2435. #line 3074
  2436. inline TUid Identity() const { return SecureId(); }
  2437. private:
  2438. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability, const char* aDiagnostic) const;
  2439. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability) const;
  2440. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability, TCapability aCapability2, const char* aDiagnostic) const;
  2441. __declspec(dllexport) TBool DoHasCapability(TCapability aCapability, TCapability aCapability2) const;
  2442. protected:
  2443. TInt iHandle;
  2444. };
  2445. inline TBool operator==(RMessagePtr2 aLeft,RMessagePtr2 aRight);
  2446. inline TBool operator!=(RMessagePtr2 aLeft,RMessagePtr2 aRight);
  2447. class CSession2;
  2448. #line 3100
  2449. class RMessage2 : public RMessagePtr2
  2450. {
  2451. friend class CServer2;
  2452. public:
  2453. enum TSessionMessages {
  2454.                       EConnect=-1,
  2455.                       EDisConnect=-2
  2456.                       };
  2457. public:
  2458. inline RMessage2();
  2459. __declspec(dllexport) explicit RMessage2(const RMessagePtr2& aPtr);
  2460. void SetAuthorised() const;
  2461. void ClearAuthorised() const;
  2462. TBool Authorised() const;
  2463. inline TInt Function() const;
  2464. inline TInt Int0() const;
  2465. inline TInt Int1() const;
  2466. inline TInt Int2() const;
  2467. inline TInt Int3() const;
  2468. inline const TAny* Ptr0() const;
  2469. inline const TAny* Ptr1() const;
  2470. inline const TAny* Ptr2() const;
  2471. inline const TAny* Ptr3() const;
  2472. inline CSession2* Session() const;
  2473. protected:
  2474. TInt iFunction;
  2475. TInt iArgs[KMaxMessageArguments];
  2476. private:
  2477. TInt iSpare1;
  2478. protected:
  2479. const TAny* iSessionPtr;
  2480. private:
  2481. mutable TInt iFlags;
  2482. TInt iSpare3;
  2483. friend class RMessage;
  2484. };
  2485. #line 3176
  2486. typedef TBuf8<KMaxMediaPassword> TMediaPassword;
  2487. const TUint32 KEmulatorImageFlagAllowDllData = 0x01;
  2488. const TInt KCapabilitySetMaxSize = (((TInt)ECapability_HardLimit + 7)>>3);
  2489. const TInt KMaxSecurityPolicySize = KCapabilitySetMaxSize + 3*sizeof(TUint32);
  2490. #line 3207
  2491. class TCapabilitySet
  2492. {
  2493. public:
  2494. inline TCapabilitySet();
  2495. inline TCapabilitySet(TCapability aCapability);
  2496. __declspec(dllexport) TCapabilitySet(TCapability aCapability1, TCapability aCapability2);
  2497. __declspec(dllexport) void SetEmpty();
  2498. inline void Set(TCapability aCapability);
  2499. inline void Set(TCapability aCapability1, TCapability aCapability2);
  2500. __declspec(dllexport) void SetAllSupported();
  2501. __declspec(dllexport) void AddCapability(TCapability aCapability);
  2502. __declspec(dllexport) void RemoveCapability(TCapability aCapability);
  2503. __declspec(dllexport) void Union(const TCapabilitySet&  aCapabilities);
  2504. __declspec(dllexport) void Intersection(const TCapabilitySet& aCapabilities);
  2505. __declspec(dllexport) void Remove(const TCapabilitySet& aCapabilities);
  2506. __declspec(dllexport) TBool HasCapability(TCapability aCapability) const;
  2507. __declspec(dllexport) TBool HasCapabilities(const TCapabilitySet& aCapabilities) const;
  2508. __declspec(dllexport) void SetDisabled();
  2509. TBool NotEmpty() const;
  2510. private:
  2511. TUint32 iCaps[KCapabilitySetMaxSize / sizeof(TUint32)];
  2512. };
  2513. struct SCapabilitySet
  2514. {
  2515. enum {ENCapW=2};
  2516. inline void AddCapability(TCapability aCap1) {((TCapabilitySet*)this)->AddCapability(aCap1);}
  2517. inline void Remove(const SCapabilitySet& aCaps) {((TCapabilitySet*)this)->Remove(*((TCapabilitySet*)&aCaps));}
  2518. inline TBool NotEmpty() const {return ((TCapabilitySet*)this)->NotEmpty();}
  2519. inline const TUint32& operator[] (TInt aIndex) const { return iCaps[aIndex]; }
  2520. inline TUint32& operator[] (TInt aIndex) { return iCaps[aIndex]; }
  2521. TUint32 iCaps[ENCapW];
  2522. };
  2523. struct SSecurityInfo
  2524. {
  2525. TUint32 iSecureId;
  2526. TUint32 iVendorId;
  2527. SCapabilitySet iCaps;
  2528. };
  2529. #line 3299
  2530. class RProcess;
  2531. class RThread;
  2532. class RMessagePtr2;
  2533. class RSessionBase;
  2534. #line 3314
  2535. class TSecurityInfo
  2536. {
  2537. public:
  2538. inline TSecurityInfo();
  2539. __declspec(dllexport) TSecurityInfo(RProcess aProcess);
  2540. __declspec(dllexport) TSecurityInfo(RThread aThread);
  2541. __declspec(dllexport) TSecurityInfo(RMessagePtr2 aMesPtr);
  2542. inline void Set(RProcess aProcess);
  2543. inline void Set(RThread aThread);
  2544. inline void Set(RMessagePtr2 aMsgPtr);
  2545. TInt Set(RSessionBase aSession);
  2546. inline void SetToCurrentInfo();
  2547. __declspec(dllexport) void SetToCreatorInfo();
  2548. public:
  2549. TSecureId iSecureId;
  2550. TVendorId iVendorId;
  2551. TCapabilitySet iCaps;
  2552. };
  2553. #line 3403
  2554. class TSecurityPolicy
  2555. {
  2556. public:
  2557. enum TSecPolicyType
  2558. {
  2559. EAlwaysFail=0,
  2560. EAlwaysPass=1,
  2561. };
  2562. public:
  2563. inline TSecurityPolicy();
  2564. __declspec(dllexport) TSecurityPolicy(TSecPolicyType aType);
  2565. __declspec(dllexport) TSecurityPolicy(TCapability aCap1, TCapability aCap2 = ECapability_None, TCapability aCap3 = ECapability_None);
  2566. __declspec(dllexport) TSecurityPolicy(TCapability aCap1, TCapability aCap2, TCapability aCap3, TCapability aCap4, TCapability aCap5 = ECapability_None, TCapability aCap6 = ECapability_None, TCapability aCap7 = ECapability_None);
  2567. __declspec(dllexport) TSecurityPolicy(TSecureId aSecureId, TCapability aCap1 = ECapability_None, TCapability aCap2 = ECapability_None, TCapability aCap3 = ECapability_None);
  2568. __declspec(dllexport) TSecurityPolicy(TVendorId aVendorId, TCapability aCap1 = ECapability_None, TCapability aCap2 = ECapability_None, TCapability aCap3 = ECapability_None);
  2569. __declspec(dllexport) TInt Set(const TDesC8& aDes);
  2570. __declspec(dllexport) TPtrC8 Package() const;
  2571. #line 3436
  2572. inline TBool CheckPolicy(RProcess aProcess, const char* aDiagnostic=0) const;
  2573. inline TBool CheckPolicy(RThread aThread, const char* aDiagnostic=0) const;
  2574. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, const char* aDiagnostic=0) const;
  2575. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing, const char* aDiagnostic=0) const;
  2576. inline TBool CheckPolicyCreator(const char* aDiagnostic=0) const;
  2577. #line 3457
  2578. TInt CheckPolicy(RSessionBase aSession) const;
  2579. TBool Validate() const;
  2580. private:
  2581. __declspec(dllexport) TBool DoCheckPolicy(RProcess aProcess, const char* aDiagnostic) const;
  2582. __declspec(dllexport) TBool DoCheckPolicy(RProcess aProcess) const;
  2583. __declspec(dllexport) TBool DoCheckPolicy(RThread aThread, const char* aDiagnostic) const;
  2584. __declspec(dllexport) TBool DoCheckPolicy(RThread aThread) const;
  2585. __declspec(dllexport) TBool DoCheckPolicy(RMessagePtr2 aMsgPtr, const char* aDiagnostic) const;
  2586. __declspec(dllexport) TBool DoCheckPolicy(RMessagePtr2 aMsgPtr) const;
  2587. __declspec(dllexport) TBool DoCheckPolicyCreator(const char* aDiagnostic) const;
  2588. __declspec(dllexport) TBool DoCheckPolicyCreator() const;
  2589. TBool DoCheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing, const char* aDiagnostic) const;
  2590. TBool DoCheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing) const;
  2591. public:
  2592. enum TType
  2593. {
  2594. ETypeFail=0,
  2595. ETypePass=1,
  2596. ETypeC3=2,
  2597. ETypeC7=3,
  2598. ETypeS3=4,
  2599. ETypeV3=5,
  2600. ETypeLimit
  2601. };
  2602. protected:
  2603. TBool CheckPolicy(const SSecurityInfo& aSecInfo, SSecurityInfo& aMissing) const;
  2604. private:
  2605. void ConstructAndCheck3(TCapability aCap1, TCapability aCap2, TCapability aCap3);
  2606. private:
  2607. TUint8 iType;
  2608. TUint8 iCaps[3];
  2609. union
  2610. {
  2611. TUint32 iSecureId;
  2612. TUint32 iVendorId;
  2613. TUint8 iExtraCaps[4];
  2614. };
  2615. friend class TCompiledSecurityPolicy;
  2616. };
  2617. typedef TPckgBuf<TSecurityPolicy> TSecurityPolicyBuf;
  2618. #line 3589
  2619. struct TStaticSecurityPolicy
  2620. {
  2621. inline const TSecurityPolicy* operator&() const;
  2622. inline operator const TSecurityPolicy&() const;
  2623. inline const TSecurityPolicy& operator()() const;
  2624. inline TBool CheckPolicy(RProcess aProcess, const char* aDiagnostic=0) const;
  2625. inline TBool CheckPolicy(RThread aThread, const char* aDiagnostic=0) const;
  2626. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, const char* aDiagnostic=0) const;
  2627. inline TBool CheckPolicy(RMessagePtr2 aMsgPtr, TSecurityInfo& aMissing, const char* aDiagnostic=0) const;
  2628. inline TBool CheckPolicyCreator(const char* aDiagnostic=0) const;
  2629. #line 3620
  2630. TUint32 iA;
  2631. TUint32 iB;
  2632. };
  2633. enum __invalid_capability_value {};
  2634. #line 4482
  2635. class TPlatSecDiagnostic;
  2636. class PlatSec
  2637. {
  2638. public:
  2639. #line 4509
  2640. __declspec(dllexport) static TBool IsCapabilityEnforced(TCapability aCapability);
  2641. enum TConfigSetting
  2642. {
  2643. EPlatSecEnforcement,
  2644. EPlatSecDiagnotics,
  2645. EPlatSecProcessIsolation,
  2646. EPlatSecEnforceSysBin,
  2647. };
  2648. #line 4535
  2649. __declspec(dllexport) static TInt ConfigSetting(TConfigSetting aSetting);
  2650. #line 4544
  2651. public:
  2652. static inline TInt LoaderCapabilityViolation(const TDesC8& aImporterName, const TDesC8& aFileName, const SCapabilitySet& aMissingCaps);
  2653. #line 4564
  2654. static inline TInt LoaderCapabilityViolation(RProcess aLoadingProcess, const TDesC8& aFileName, const SCapabilitySet& aMissingCaps);
  2655. static inline TInt CreatorCapabilityCheckFail(TCapability aCapability, const char* aContextText);
  2656. static inline TInt CreatorCapabilityCheckFail(const TCapabilitySet& aMissingCaps, const char* aContextText);
  2657. static inline TInt CapabilityCheckFail(TInt aHandle, TCapability aCapability, const char* aContextText);
  2658. static inline TInt CapabilityCheckFail(TInt aHandle, const TCapabilitySet& aMissingCaps, const char* aContextText);
  2659. static inline TInt PolicyCheckFail(TInt aHandle, const SSecurityInfo& aMissing, const char* aContextText);
  2660. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, TCapability aCapability, const char* aContextText);
  2661. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, const TCapabilitySet& aMissingCaps, const char* aContextText);
  2662. static inline TInt PolicyCheckFail(RMessagePtr2 aMessage, const SSecurityInfo& aMissingCaps, const char* aContextText);
  2663. static inline TInt PolicyCheckFail(RSessionBase aSession, const SSecurityInfo& aMissingCaps, const char* aContextText);
  2664. static inline TInt CreatorPolicyCheckFail(const SSecurityInfo& aMissingCaps, const char* aContextText);
  2665. static inline TInt CreatorCapabilityCheckFail(TCapability aCapability);
  2666. static inline TInt CreatorCapabilityCheckFail(const TCapabilitySet& aMissingCaps);
  2667. static inline TInt CapabilityCheckFail(TInt aHandle, TCapability aCapability);
  2668. static inline TInt CapabilityCheckFail(TInt aHandle, const TCapabilitySet& aMissingCaps);
  2669. static inline TInt PolicyCheckFail(TInt aHandle, const SSecurityInfo& aMissing);
  2670. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, TCapability aCapability);
  2671. static inline TInt CapabilityCheckFail(RMessagePtr2 aMessage, const TCapabilitySet& aMissingCaps);
  2672. static inline TInt PolicyCheckFail(RMessagePtr2 aMessage, const SSecurityInfo& aMissingCaps);
  2673. static inline TInt CreatorPolicyCheckFail(const SSecurityInfo& aMissingCaps);
  2674. private:
  2675. __declspec(dllexport) static TInt EmitDiagnostic(TPlatSecDiagnostic& aDiagnostic, const char* aContextText);
  2676. #line 4616
  2677. public:
  2678. __declspec(dllexport) static TInt EmitDiagnostic();
  2679. };
  2680. struct TEmulatorImageHeader
  2681. {
  2682. TUid iUids[KMaxCheckedUid];
  2683. TProcessPriority iPriority;
  2684. SSecurityInfo iS;
  2685. TUint32 iSpare1;
  2686. TUint32 iSpare2;
  2687. TUint32 iModuleVersion;
  2688. TUint32 iFlags;
  2689. };
  2690. #line 4648
  2691. class TProcessMemoryInfo
  2692. {
  2693. public:
  2694. TUint32 iCodeBase;
  2695. TUint32 iCodeSize;
  2696. TUint32 iConstDataBase;
  2697. TUint32 iConstDataSize;
  2698. TUint32 iInitialisedDataBase;
  2699. TUint32 iInitialisedDataSize;
  2700. TUint32 iUninitialisedDataBase;
  2701. TUint32 iUninitialisedDataSize;
  2702. };
  2703. #line 4709
  2704. typedef TProcessMemoryInfo TModuleMemoryInfo;
  2705. class CBase;
  2706. #line 4768
  2707. template <class T>
  2708. class TArray
  2709. {
  2710. public:
  2711. inline TArray(TInt (*aCount)(const CBase* aPtr),const TAny*(*anAt)(const CBase* aPtr,TInt anIndex),const CBase* aPtr);
  2712. inline TInt Count() const;
  2713. inline const T& operator[](TInt anIndex) const;
  2714. private:
  2715. const CBase* iPtr;
  2716. TInt (*iCount)(const CBase* aPtr);
  2717. const TAny*(*iAt)(const CBase* aPtr,TInt anIndex);
  2718. };
  2719. #line 4796
  2720. typedef TBool (*TGeneralIdentityRelation)(const TAny*, const TAny*);
  2721. #line 4812
  2722. typedef TInt (*TGeneralLinearOrder)(const TAny*, const TAny*);
  2723. #line 4832
  2724. template <class T>
  2725. class TIdentityRelation
  2726. {
  2727. public:
  2728. inline TIdentityRelation( TBool (*anIdentity)(const T&, const T&) );
  2729. inline operator TGeneralIdentityRelation() const;
  2730. private:
  2731. TGeneralIdentityRelation iIdentity;
  2732. };
  2733. #line 4857
  2734. class DefaultIdentity
  2735. {
  2736. public:
  2737. __declspec(dllexport) static TBool Integer(const TInt&, const TInt&);
  2738. __declspec(dllexport) static TBool Des8(const TDesC8&, const TDesC8&);
  2739. __declspec(dllexport) static TBool Des16(const TDesC16&, const TDesC16&);
  2740. };
  2741. #line 4883
  2742. template <class T>
  2743. class TLinearOrder
  2744. {
  2745. public:
  2746. inline TLinearOrder( TInt(*anOrder)(const T&, const T&) );
  2747. inline operator TGeneralLinearOrder() const;
  2748. private:
  2749. TGeneralLinearOrder iOrder;
  2750. };
  2751. #line 4913
  2752. enum TArrayFindMode
  2753. {
  2754. #line 4923
  2755. EArrayFindMode_Any = 0,
  2756. EArrayFindMode_First = 1,
  2757. EArrayFindMode_Last = 2,
  2758. EArrayFindMode_Limit = 3
  2759. };
  2760. #line 4954
  2761. class RPointerArrayBase
  2762. {
  2763. protected:
  2764. __declspec(dllexport) RPointerArrayBase();
  2765. __declspec(dllexport) RPointerArrayBase(TInt aGranularity);
  2766. __declspec(dllexport) RPointerArrayBase(TInt aMinGrowBy, TInt aFactor);
  2767. __declspec(dllexport) void Close();
  2768. __declspec(dllexport) TInt Count() const;
  2769. inline void ZeroCount() {iCount=0;}
  2770. inline TAny** Entries() {return iEntries;}
  2771. __declspec(dllexport) TAny*& At(TInt anIndex) const;
  2772. __declspec(dllexport) TInt Append(const TAny* anEntry);
  2773. __declspec(dllexport) TInt Insert(const TAny* anEntry, TInt aPos);
  2774. __declspec(dllexport) void Remove(TInt anIndex);
  2775. __declspec(dllexport) void Compress();
  2776. __declspec(dllexport) void Reset();
  2777. __declspec(dllexport) TInt Find(const TAny* anEntry) const;
  2778. __declspec(dllexport) TInt Find(const TAny* anEntry, TGeneralIdentityRelation anIdentity) const;
  2779. __declspec(dllexport) TInt FindIsqSigned(TInt anEntry) const;
  2780. __declspec(dllexport) TInt FindIsqUnsigned(TUint anEntry) const;
  2781. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder) const;
  2782. __declspec(dllexport) TInt FindIsqSigned(TInt anEntry, TInt aMode) const;
  2783. __declspec(dllexport) TInt FindIsqUnsigned(TUint anEntry, TInt aMode) const;
  2784. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TInt aMode) const;
  2785. __declspec(dllexport) TInt InsertIsqSigned(TInt anEntry, TBool aAllowRepeats);
  2786. __declspec(dllexport) TInt InsertIsqUnsigned(TUint anEntry, TBool aAllowRepeats);
  2787. __declspec(dllexport) TInt InsertIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TBool aAllowRepeats);
  2788. __declspec(dllexport) TInt BinarySearchSigned(TInt anEntry, TInt& anIndex) const;
  2789. __declspec(dllexport) TInt BinarySearchUnsigned(TUint anEntry, TInt& anIndex) const;
  2790. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder) const;
  2791. __declspec(dllexport) TInt BinarySearchSigned(TInt anEntry, TInt& anIndex, TInt aMode) const;
  2792. __declspec(dllexport) TInt BinarySearchUnsigned(TUint anEntry, TInt& anIndex, TInt aMode) const;
  2793. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder, TInt aMode) const;
  2794. __declspec(dllexport) RPointerArrayBase(TAny** aEntries, TInt aCount);
  2795. __declspec(dllexport) void GranularCompress();
  2796. __declspec(dllexport) TInt DoReserve(TInt aCount);
  2797. __declspec(dllexport) void HeapSortSigned();
  2798. __declspec(dllexport) void HeapSortUnsigned();
  2799. __declspec(dllexport) void HeapSort(TGeneralLinearOrder anOrder);
  2800. __declspec(dllexport) static TInt GetCount(const CBase* aPtr);
  2801. __declspec(dllexport) static const TAny* GetElementPtr(const CBase* aPtr, TInt aIndex);
  2802. private:
  2803. TInt Grow();
  2804. private:
  2805. TInt iCount;
  2806. TAny** iEntries;
  2807. TInt iAllocated;
  2808. TInt iGranularity;
  2809. TInt iSpare1;
  2810. TInt iSpare2;
  2811. };
  2812. #line 5024
  2813. template <class T>
  2814. class RPointerArray : private RPointerArrayBase
  2815. {
  2816. public:
  2817. inline RPointerArray();
  2818. inline explicit RPointerArray(TInt aGranularity);
  2819. inline RPointerArray(TInt aMinGrowBy, TInt aFactor);
  2820. inline void Close();
  2821. inline TInt Count() const;
  2822. inline T* const& operator[](TInt anIndex) const;
  2823. inline T*& operator[](TInt anIndex);
  2824. inline TInt Append(const T* anEntry);
  2825. inline TInt Insert(const T* anEntry, TInt aPos);
  2826. inline void Remove(TInt anIndex);
  2827. inline void Compress();
  2828. inline void Reset();
  2829. void ResetAndDestroy();
  2830. inline TInt Find(const T* anEntry) const;
  2831. inline TInt Find(const T* anEntry, TIdentityRelation<T> anIdentity) const;
  2832. inline TInt FindInAddressOrder(const T* anEntry) const;
  2833. inline TInt FindInOrder(const T* anEntry, TLinearOrder<T> anOrder) const;
  2834. inline TInt FindInAddressOrder(const T* anEntry, TInt& anIndex) const;
  2835. inline TInt FindInOrder(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  2836. template <class K>
  2837. inline TInt FindInOrder(const K& aKey, TInt (*apfnCompare)(const K* k, const T& t)) const
  2838. { return RPointerArrayBase::FindIsq((T*)&aKey,*(TLinearOrder<T> *)&apfnCompare); }
  2839. inline TInt SpecificFindInAddressOrder(const T* anEntry, TInt aMode) const;
  2840. inline TInt SpecificFindInOrder(const T* anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  2841. inline TInt SpecificFindInAddressOrder(const T* anEntry, TInt& anIndex, TInt aMode) const;
  2842. inline TInt SpecificFindInOrder(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  2843. inline TInt InsertInAddressOrder(const T* anEntry);
  2844. inline TInt InsertInOrder(const T* anEntry, TLinearOrder<T> anOrder);
  2845. inline TInt InsertInAddressOrderAllowRepeats(const T* anEntry);
  2846. inline TInt InsertInOrderAllowRepeats(const T* anEntry, TLinearOrder<T> anOrder);
  2847. inline void AppendL(const T* anEntry);
  2848. inline void InsertL(const T* anEntry, TInt aPos);
  2849. inline TInt FindL(const T* anEntry) const;
  2850. inline TInt FindL(const T* anEntry, TIdentityRelation<T> anIdentity) const;
  2851. inline TInt FindInAddressOrderL(const T* anEntry) const;
  2852. inline TInt FindInOrderL(const T* anEntry, TLinearOrder<T> anOrder) const;
  2853. inline void FindInAddressOrderL(const T* anEntry, TInt& anIndex) const;
  2854. inline void FindInOrderL(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  2855. inline TInt SpecificFindInAddressOrderL(const T* anEntry, TInt aMode) const;
  2856. inline TInt SpecificFindInOrderL(const T* anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  2857. inline void SpecificFindInAddressOrderL(const T* anEntry, TInt& anIndex, TInt aMode) const;
  2858. inline void SpecificFindInOrderL(const T* anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  2859. inline void InsertInAddressOrderL(const T* anEntry);
  2860. inline void InsertInOrderL(const T* anEntry, TLinearOrder<T> anOrder);
  2861. inline void InsertInAddressOrderAllowRepeatsL(const T* anEntry);
  2862. inline void InsertInOrderAllowRepeatsL(const T* anEntry, TLinearOrder<T> anOrder);
  2863. inline RPointerArray(T** aEntries, TInt aCount);
  2864. inline void GranularCompress();
  2865. inline TInt Reserve(TInt aCount);
  2866. inline void ReserveL(TInt aCount);
  2867. inline void SortIntoAddressOrder();
  2868. inline void Sort(TLinearOrder<T> anOrder);
  2869. inline TArray<T*> Array() const;
  2870. };
  2871. #line 5099
  2872. template<> class RPointerArray<TAny> : private RPointerArrayBase
  2873. {
  2874. public:
  2875. inline RPointerArray();
  2876. inline explicit RPointerArray(TInt aGranularity);
  2877. inline RPointerArray(TInt aMinGrowBy, TInt aFactor);
  2878. inline void Close();
  2879. inline TInt Count() const;
  2880. inline TAny* const& operator[](TInt anIndex) const;
  2881. inline TAny*& operator[](TInt anIndex);
  2882. inline TInt Append(const TAny* anEntry);
  2883. inline TInt Insert(const TAny* anEntry, TInt aPos);
  2884. inline void Remove(TInt anIndex);
  2885. inline void Compress();
  2886. inline void Reset();
  2887. inline TInt Find(const TAny* anEntry) const;
  2888. inline TInt FindInAddressOrder(const TAny* anEntry) const;
  2889. inline TInt FindInAddressOrder(const TAny* anEntry, TInt& anIndex) const;
  2890. inline TInt SpecificFindInAddressOrder(const TAny* anEntry, TInt aMode) const;
  2891. inline TInt SpecificFindInAddressOrder(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2892. inline TInt InsertInAddressOrder(const TAny* anEntry);
  2893. inline TInt InsertInAddressOrderAllowRepeats(const TAny* anEntry);
  2894. inline void AppendL(const TAny* anEntry);
  2895. inline void InsertL(const TAny* anEntry, TInt aPos);
  2896. inline TInt FindL(const TAny* anEntry) const;
  2897. inline TInt FindInAddressOrderL(const TAny* anEntry) const;
  2898. inline void FindInAddressOrderL(const TAny* anEntry, TInt& anIndex) const;
  2899. inline TInt SpecificFindInAddressOrderL(const TAny* anEntry, TInt aMode) const;
  2900. inline void SpecificFindInAddressOrderL(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2901. inline void InsertInAddressOrderL(const TAny* anEntry);
  2902. inline void InsertInAddressOrderAllowRepeatsL(const TAny* anEntry);
  2903. inline RPointerArray(TAny** aEntries, TInt aCount);
  2904. inline void GranularCompress();
  2905. inline void SortIntoAddressOrder();
  2906. inline TArray<TAny*> Array() const;
  2907. };
  2908. #line 5150
  2909. class RArrayBase
  2910. {
  2911. protected:
  2912. __declspec(dllexport) RArrayBase(TInt anEntrySize);
  2913. __declspec(dllexport) RArrayBase(TInt anEntrySize, TInt aGranularity);
  2914. __declspec(dllexport) RArrayBase(TInt anEntrySize, TInt aGranularity, TInt aKeyOffset);
  2915. __declspec(dllexport) RArrayBase(TInt anEntrySize, TInt aMinGrowBy, TInt aKeyOffset, TInt aFactor);
  2916. __declspec(dllexport) void Close();
  2917. __declspec(dllexport) TInt Count() const;
  2918. __declspec(dllexport) TAny* At(TInt anIndex) const;
  2919. __declspec(dllexport) TInt Append(const TAny* anEntry);
  2920. __declspec(dllexport) TInt Insert(const TAny* anEntry, TInt aPos);
  2921. __declspec(dllexport) void Remove(TInt anIndex);
  2922. __declspec(dllexport) void Compress();
  2923. __declspec(dllexport) void Reset();
  2924. __declspec(dllexport) TInt Find(const TAny* anEntry) const;
  2925. __declspec(dllexport) TInt Find(const TAny* anEntry, TGeneralIdentityRelation anIdentity) const;
  2926. __declspec(dllexport) TInt FindIsqSigned(const TAny* anEntry) const;
  2927. __declspec(dllexport) TInt FindIsqUnsigned(const TAny* anEntry) const;
  2928. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder) const;
  2929. __declspec(dllexport) TInt FindIsqSigned(const TAny* anEntry, TInt aMode) const;
  2930. __declspec(dllexport) TInt FindIsqUnsigned(const TAny* anEntry, TInt aMode) const;
  2931. __declspec(dllexport) TInt FindIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TInt aMode) const;
  2932. __declspec(dllexport) TInt InsertIsqSigned(const TAny* anEntry, TBool aAllowRepeats);
  2933. __declspec(dllexport) TInt InsertIsqUnsigned(const TAny* anEntry, TBool aAllowRepeats);
  2934. __declspec(dllexport) TInt InsertIsq(const TAny* anEntry, TGeneralLinearOrder anOrder, TBool aAllowRepeats);
  2935. __declspec(dllexport) TInt BinarySearchSigned(const TAny* anEntry, TInt& anIndex) const;
  2936. __declspec(dllexport) TInt BinarySearchUnsigned(const TAny* anEntry, TInt& anIndex) const;
  2937. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder) const;
  2938. __declspec(dllexport) TInt BinarySearchSigned(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2939. __declspec(dllexport) TInt BinarySearchUnsigned(const TAny* anEntry, TInt& anIndex, TInt aMode) const;
  2940. __declspec(dllexport) TInt BinarySearch(const TAny* anEntry, TInt& anIndex, TGeneralLinearOrder anOrder, TInt aMode) const;
  2941. __declspec(dllexport) RArrayBase(TInt aEntrySize,TAny* aEntries, TInt aCount);
  2942. __declspec(dllexport) void GranularCompress();
  2943. __declspec(dllexport) TInt DoReserve(TInt aCount);
  2944. __declspec(dllexport) void HeapSortSigned();
  2945. __declspec(dllexport) void HeapSortUnsigned();
  2946. __declspec(dllexport) void HeapSort(TGeneralLinearOrder anOrder);
  2947. __declspec(dllexport) static TInt GetCount(const CBase* aPtr);
  2948. __declspec(dllexport) static const TAny* GetElementPtr(const CBase* aPtr, TInt aIndex);
  2949. private:
  2950. TInt Grow();
  2951. private:
  2952. TInt iCount;
  2953. TAny* iEntries;
  2954. TInt iEntrySize;
  2955. TInt iKeyOffset;
  2956. TInt iAllocated;
  2957. TInt iGranularity;
  2958. TInt iSpare1;
  2959. TInt iSpare2;
  2960. };
  2961. #line 5244
  2962. template <class T>
  2963. class RArray : private RArrayBase
  2964. {
  2965. public:
  2966. inline RArray();
  2967. inline explicit RArray(TInt aGranularity);
  2968. inline RArray(TInt aGranularity, TInt aKeyOffset);
  2969. inline RArray(TInt aMinGrowBy, TInt aKeyOffset, TInt aFactor);
  2970. inline void Close();
  2971. inline TInt Count() const;
  2972. inline const T& operator[](TInt anIndex) const;
  2973. inline T& operator[](TInt anIndex);
  2974. inline TInt Append(const T& anEntry);
  2975. inline TInt Insert(const T& anEntry, TInt aPos);
  2976. inline void Remove(TInt anIndex);
  2977. inline void Compress();
  2978. inline void Reset();
  2979. inline TInt Find(const T& anEntry) const;
  2980. inline TInt Find(const T& anEntry, TIdentityRelation<T> anIdentity) const;
  2981. inline TInt FindInSignedKeyOrder(const T& anEntry) const;
  2982. inline TInt FindInUnsignedKeyOrder(const T& anEntry) const;
  2983. inline TInt FindInOrder(const T& anEntry, TLinearOrder<T> anOrder) const;
  2984. inline TInt FindInSignedKeyOrder(const T& anEntry, TInt& anIndex) const;
  2985. inline TInt FindInUnsignedKeyOrder(const T& anEntry, TInt& anIndex) const;
  2986. inline TInt FindInOrder(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  2987. template <class K>
  2988. inline TInt FindInOrder(const K& aKey, TInt (*apfnCompare)(const K* k, const T& t)) const
  2989. { return RArrayBase::FindIsq((T*)&aKey,*(TLinearOrder<T> *)&apfnCompare); }
  2990. inline TInt SpecificFindInSignedKeyOrder(const T& anEntry, TInt aMode) const;
  2991. inline TInt SpecificFindInUnsignedKeyOrder(const T& anEntry, TInt aMode) const;
  2992. inline TInt SpecificFindInOrder(const T& anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  2993. inline TInt SpecificFindInSignedKeyOrder(const T& anEntry, TInt& anIndex, TInt aMode) const;
  2994. inline TInt SpecificFindInUnsignedKeyOrder(const T& anEntry, TInt& anIndex, TInt aMode) const;
  2995. inline TInt SpecificFindInOrder(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  2996. inline TInt InsertInSignedKeyOrder(const T& anEntry);
  2997. inline TInt InsertInUnsignedKeyOrder(const T& anEntry);
  2998. inline TInt InsertInOrder(const T& anEntry, TLinearOrder<T> anOrder);
  2999. inline TInt InsertInSignedKeyOrderAllowRepeats(const T& anEntry);
  3000. inline TInt InsertInUnsignedKeyOrderAllowRepeats(const T& anEntry);
  3001. inline TInt InsertInOrderAllowRepeats(const T& anEntry, TLinearOrder<T> anOrder);
  3002. inline void AppendL(const T& anEntry);
  3003. inline void InsertL(const T& anEntry, TInt aPos);
  3004. inline TInt FindL(const T& anEntry) const;
  3005. inline TInt FindL(const T& anEntry, TIdentityRelation<T> anIdentity) const;
  3006. inline TInt FindInSignedKeyOrderL(const T& anEntry) const;
  3007. inline TInt FindInUnsignedKeyOrderL(const T& anEntry) const;
  3008. inline TInt FindInOrderL(const T& anEntry, TLinearOrder<T> anOrder) const;
  3009. inline void FindInSignedKeyOrderL(const T& anEntry, TInt& anIndex) const;
  3010. inline void FindInUnsignedKeyOrderL(const T& anEntry, TInt& anIndex) const;
  3011. inline void FindInOrderL(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder) const;
  3012. inline TInt SpecificFindInSignedKeyOrderL(const T& anEntry, TInt aMode) const;
  3013. inline TInt SpecificFindInUnsignedKeyOrderL(const T& anEntry, TInt aMode) const;
  3014. inline TInt SpecificFindInOrderL(const T& anEntry, TLinearOrder<T> anOrder, TInt aMode) const;
  3015. inline void SpecificFindInSignedKeyOrderL(const T& anEntry, TInt& anIndex, TInt aMode) const;
  3016. inline void SpecificFindInUnsignedKeyOrderL(const T& anEntry, TInt& anIndex, TInt aMode) const;
  3017. inline void SpecificFindInOrderL(const T& anEntry, TInt& anIndex, TLinearOrder<T> anOrder, TInt aMode) const;
  3018. inline void InsertInSignedKeyOrderL(const T& anEntry);
  3019. inline void InsertInUnsignedKeyOrderL(const T& anEntry);
  3020. inline void InsertInOrderL(const T& anEntry, TLinearOrder<T> anOrder);
  3021. inline void InsertInSignedKeyOrderAllowRepeatsL(const T& anEntry);
  3022. inline void InsertInUnsignedKeyOrderAllowRepeatsL(const T& anEntry);
  3023. inline void InsertInOrderAllowRepeatsL(const T& anEntry, TLinearOrder<T> anOrder);
  3024. inline RArray(TInt aEntrySize,T* aEntries, TInt aCount);
  3025. inline void GranularCompress();
  3026. inline TInt Reserve(TInt aCount);
  3027. inline void ReserveL(TInt aCount);
  3028. inline void SortSigned();
  3029. inline void SortUnsigned();
  3030. inline void Sort(TLinearOrder<T> anOrder);
  3031. inline TArray<T> Array() const;
  3032. };
  3033. #line 5331
  3034. template<> class RArray<TInt> : private RPointerArrayBase
  3035. {
  3036. public:
  3037. inline RArray();
  3038. inline explicit RArray(TInt aGranularity);
  3039. inline RArray(TInt aMinGrowBy, TInt aFactor);
  3040. inline void Close();
  3041. inline TInt Count() const;
  3042. inline const TInt& operator[](TInt anIndex) const;
  3043. inline TInt& operator[](TInt anIndex);
  3044. inline TInt Append(TInt anEntry);
  3045. inline TInt Insert(TInt anEntry, TInt aPos);
  3046. inline void Remove(TInt anIndex);
  3047. inline void Compress();
  3048. inline void Reset();
  3049. inline TInt Find(TInt anEntry) const;
  3050. inline TInt FindInOrder(TInt anEntry) const;
  3051. inline TInt FindInOrder(TInt anEntry, TInt& anIndex) const;
  3052. inline TInt SpecificFindInOrder(TInt anEntry, TInt aMode) const;
  3053. inline TInt SpecificFindInOrder(TInt anEntry, TInt& anIndex, TInt aMode) const;
  3054. inline TInt InsertInOrder(TInt anEntry);
  3055. inline TInt InsertInOrderAllowRepeats(TInt anEntry);
  3056. inline void AppendL(TInt anEntry);
  3057. inline void InsertL(TInt anEntry, TInt aPos);
  3058. inline TInt FindL(TInt anEntry) const;
  3059. inline TInt FindInOrderL(TInt anEntry) const;
  3060. inline void FindInOrderL(TInt anEntry, TInt& anIndex) const;
  3061. inline TInt SpecificFindInOrderL(TInt anEntry, TInt aMode) const;
  3062. inline void SpecificFindInOrderL(TInt anEntry, TInt& anIndex, TInt aMode) const;
  3063. inline void InsertInOrderL(TInt anEntry);
  3064. inline void InsertInOrderAllowRepeatsL(TInt anEntry);
  3065. inline RArray(TInt* aEntries, TInt aCount);
  3066. inline void GranularCompress();
  3067. inline TInt Reserve(TInt aCount);
  3068. inline void ReserveL(TInt aCount);
  3069. inline void Sort();
  3070. inline TArray<TInt> Array() const;
  3071. };
  3072. #line 5387
  3073. template<> class RArray<TUint> : private RPointerArrayBase
  3074. {
  3075. public:
  3076. inline RArray();
  3077. inline explicit RArray(TInt aGranularity);
  3078. inline RArray(TInt aMinGrowBy, TInt aFactor);
  3079. inline void Close();
  3080. inline TInt Count() const;
  3081. inline const TUint& operator[](TInt anIndex) const;
  3082. inline TUint& operator[](TInt anIndex);
  3083. inline TInt Append(TUint anEntry);
  3084. inline TInt Insert(TUint anEntry, TInt aPos);
  3085. inline void Remove(TInt anIndex);
  3086. inline void Compress();
  3087. inline void Reset();
  3088. inline TInt Find(TUint anEntry) const;
  3089. inline TInt FindInOrder(TUint anEntry) const;
  3090. inline TInt FindInOrder(TUint anEntry, TInt& anIndex) const;
  3091. inline TInt SpecificFindInOrder(TUint anEntry, TInt aMode) const;
  3092. inline TInt SpecificFindInOrder(TUint anEntry, TInt& anIndex, TInt aMode) const;
  3093. inline TInt InsertInOrder(TUint anEntry);
  3094. inline TInt InsertInOrderAllowRepeats(TUint anEntry);
  3095. inline void AppendL(TUint anEntry);
  3096. inline void InsertL(TUint anEntry, TInt aPos);
  3097. inline TInt FindL(TUint anEntry) const;
  3098. inline TInt FindInOrderL(TUint anEntry) const;
  3099. inline void FindInOrderL(TUint anEntry, TInt& anIndex) const;
  3100. inline TInt SpecificFindInOrderL(TUint anEntry, TInt aMode) const;
  3101. inline void SpecificFindInOrderL(TUint anEntry, TInt& anIndex, TInt aMode) const;
  3102. inline void InsertInOrderL(TUint anEntry);
  3103. inline void InsertInOrderAllowRepeatsL(TUint anEntry);
  3104. inline RArray(TUint* aEntries, TInt aCount);
  3105. inline void GranularCompress();
  3106. inline TInt Reserve(TInt aCount);
  3107. inline void ReserveL(TInt aCount);
  3108. inline void Sort();
  3109. inline TArray<TUint> Array() const;
  3110. };
  3111. #line 5822
  3112. extern TAny* operator new(TUint aSize) throw() ;
  3113. extern TAny* operator new(TUint aSize,TUint anExtraSize) throw() ;
  3114. extern void operator delete(TAny* aPtr) throw() ;
  3115. extern TAny* operator new[](TUint aSize) throw() ;
  3116. extern void operator delete[](TAny* aPtr) throw() ;
  3117. inline TAny* operator new(TUint aSize, TAny* aBase) throw() ;
  3118. inline TAny* operator new[](TUint aSize, TAny* aBase) throw() ;
  3119. inline void operator delete(TAny* aPtr, TAny* aBase) throw() ;
  3120. inline void operator delete[](TAny* aPtr, TAny* aBase) throw() ;
  3121. #line 5886
  3122. TBool operator==(TTrue,volatile const TBool);
  3123. TBool operator==(volatile const TBool,TTrue);
  3124. TBool operator!=(TTrue,volatile const TBool);
  3125. TBool operator!=(volatile const TBool,TTrue);
  3126. #line 5928
  3127. class TIpcArgs
  3128. {
  3129. public:
  3130. enum TArgType
  3131. {
  3132. EUnspecified = 0,
  3133. EHandle = 1,
  3134. EFlagDes = 4,
  3135. EFlagConst = 2,
  3136. EFlag16Bit = 1,
  3137. EDes8 = EFlagDes,
  3138. EDes16 = EFlagDes|EFlag16Bit,
  3139. EDesC8 = EFlagDes|EFlagConst,
  3140. EDesC16 = EFlagDes|EFlagConst|EFlag16Bit,
  3141. };
  3142. enum {
  3143.      KBitsPerType=3
  3144.      };
  3145. enum TNothing {
  3146. #line 5976
  3147.               ENothing
  3148.               };
  3149. public:
  3150. inline TIpcArgs()
  3151. :iFlags(0)
  3152. {}
  3153. #line 5998
  3154. template <class T0>
  3155. inline explicit TIpcArgs(T0 a0)
  3156. {
  3157. Assign(iArgs[0],a0);
  3158. iFlags=(Type(a0)<<(0*KBitsPerType));
  3159. }
  3160. #line 6015
  3161. template <class T0,class T1>
  3162. inline TIpcArgs(T0 a0,T1 a1)
  3163. {
  3164. Assign(iArgs[0],a0);
  3165. Assign(iArgs[1],a1);
  3166. iFlags=(Type(a0)<<(0*KBitsPerType))|(Type(a1)<<(1*KBitsPerType));
  3167. }
  3168. #line 6035
  3169. template <class T0,class T1,class T2>
  3170. inline TIpcArgs(T0 a0,T1 a1,T2 a2)
  3171. {
  3172. Assign(iArgs[0],a0);
  3173. Assign(iArgs[1],a1);
  3174. Assign(iArgs[2],a2);
  3175. iFlags=(Type(a0)<<(0*KBitsPerType))|(Type(a1)<<(1*KBitsPerType))|(Type(a2)<<(2*KBitsPerType));
  3176. }
  3177. #line 6058
  3178. template <class T0,class T1,class T2,class T3>
  3179. inline TIpcArgs(T0 a0,T1 a1,T2 a2,T3 a3)
  3180. {
  3181. Assign(iArgs[0],a0);
  3182. Assign(iArgs[1],a1);
  3183. Assign(iArgs[2],a2);
  3184. Assign(iArgs[3],a3);
  3185. iFlags=(Type(a0)<<(0*KBitsPerType))|(Type(a1)<<(1*KBitsPerType))|(Type(a2)<<(2*KBitsPerType))|(Type(a3)<<(3*KBitsPerType));
  3186. }
  3187. inline void Set(TInt aIndex,TNothing);
  3188. inline void Set(TInt aIndex,TInt aValue);
  3189. inline void Set(TInt aIndex,const TAny* aValue);
  3190. inline void Set(TInt aIndex,RHandleBase aValue);
  3191. inline void Set(TInt aIndex,const TDesC8* aValue);
  3192. inline void Set(TInt aIndex,const TDesC16* aValue);
  3193. inline void Set(TInt aIndex,TDes8* aValue);
  3194. inline void Set(TInt aIndex,TDes16* aValue);
  3195. private:
  3196. inline static TArgType Type(TNothing);
  3197. inline static TArgType Type(TInt);
  3198. inline static TArgType Type(const TAny*);
  3199. inline static TArgType Type(RHandleBase aValue);
  3200. inline static TArgType Type(const TDesC8*);
  3201. inline static TArgType Type(const TDesC16*);
  3202. inline static TArgType Type(TDes8*);
  3203. inline static TArgType Type(TDes16*);
  3204. inline static void Assign(TInt&,TNothing);
  3205. inline static void Assign(TInt& aArg,TInt aValue);
  3206. inline static void Assign(TInt& aArg,const TAny* aValue);
  3207. inline static void Assign(TInt& aArg,RHandleBase aValue);
  3208. inline static void Assign(TInt& aArg,const TDesC8* aValue);
  3209. inline static void Assign(TInt& aArg,const TDesC16* aValue);
  3210. inline static void Assign(TInt& aArg,TDes8* aValue);
  3211. inline static void Assign(TInt& aArg,TDes16* aValue);
  3212. public:
  3213. TInt iArgs[KMaxMessageArguments];
  3214. #line 6123
  3215. TInt iFlags;
  3216. };
  3217. struct SInt64
  3218. {
  3219. public:
  3220. inline SInt64();
  3221. inline SInt64(Int64 a);
  3222. inline SInt64& operator=(Int64 a);
  3223. inline operator Int64() const;
  3224. public:
  3225. TUint32 iData[2];
  3226. };
  3227. struct SUint64
  3228. {
  3229. public:
  3230. inline SUint64();
  3231. inline SUint64(Uint64 a);
  3232. inline SUint64& operator=(Uint64 a);
  3233. inline operator Uint64() const;
  3234. public:
  3235. TUint32 iData[2];
  3236. };
  3237. struct SDouble
  3238. {
  3239. public:
  3240. inline SDouble();
  3241. inline SDouble(TReal a);
  3242. inline SDouble& operator=(TReal a);
  3243. inline operator TReal() const;
  3244. public:
  3245. TUint32 iData[2];
  3246. };
  3247. #line 6181
  3248. class TThreadStackInfo
  3249. {
  3250. public:
  3251. TLinAddr iBase;
  3252. TLinAddr iLimit;
  3253. TLinAddr iExpandLimit;
  3254. };
  3255. #line 6214
  3256. class XLeaveException
  3257. {
  3258. public:
  3259. inline XLeaveException() {}
  3260. inline XLeaveException(TInt aReason) {iR = aReason;}
  3261. inline TInt Reason() const {return iR;}
  3262. __declspec(dllexport) TInt GetReason() const;
  3263. private:
  3264. #line 6230
  3265. private:
  3266. TAny* iVtable;
  3267. TInt iR;
  3268. };
  3269. namespace std {
  3270.   bool uncaught_exception(void);
  3271.   void terminate(void);
  3272.   void unexpected(void);
  3273.   typedef void (*terminate_handler)();
  3274.   terminate_handler set_terminate(terminate_handler h) throw();
  3275.   typedef void (*unexpected_handler)();
  3276.   unexpected_handler set_unexpected(unexpected_handler h) throw();
  3277. }
  3278. class __UnknownWindowsType1;
  3279. class __UnknownWindowsType2;
  3280. class TWin32SEHTrap;
  3281. typedef TUint32 (TWin32SEHExceptionHandler)(__UnknownWindowsType1* aExceptionRecord, TWin32SEHTrap* aRegistrationRecord, __UnknownWindowsType2* aContext);
  3282. class TWin32SEHTrap
  3283. {
  3284. private:
  3285.     TWin32SEHTrap(TWin32SEHTrap const &);
  3286.     TWin32SEHTrap& operator=(TWin32SEHTrap const &);
  3287. #line 6297
  3288. public:
  3289. __declspec(dllexport) TWin32SEHTrap();
  3290. public:
  3291. __declspec(dllexport) void Trap();
  3292. __declspec(dllexport) void UnTrap();
  3293. private:
  3294. static TUint32 ExceptionHandler(__UnknownWindowsType1* aException, TWin32SEHTrap* aRegistrationRecord, __UnknownWindowsType2* aContext);
  3295.     TWin32SEHTrap* iPrevExceptionRegistrationRecord;
  3296. TWin32SEHExceptionHandler* iExceptionHandler;
  3297. private:
  3298. TUint32 iPadding[254];
  3299. };
  3300. #line 1 "C:\Symbian\9.1\S60_3rd\epoc32\include\e32cmn.inl" /* stack depth 7 */
  3301. #line 9
  3302. inline TAny* operator new(TUint , TAny* aBase) throw()
  3303. {return aBase;}
  3304. inline void operator delete(TAny* , TAny* ) throw()
  3305. {}