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

Symbian

开发平台:

C/C++

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