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

Symbian

开发平台:

C/C++

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