equal
deleted
inserted
replaced
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // |
14 // |
15 |
15 |
16 #include "wapdecoder.h" |
16 #include "WapDecoder.h" |
17 |
17 |
18 const TInt KMaxLongIntSize = 0x1E; // Long-integer can have maximum 30 OCTETS (WSP Spec) |
18 const TInt KMaxLongIntSize = 0x1E; // Long-integer can have maximum 30 OCTETS (WSP Spec) |
19 |
19 |
20 /** |
20 /** |
21 Extracts a WAP variable length integer from a binary data buffer. |
21 Extracts a WAP variable length integer from a binary data buffer. |