changeset 8 | 35751d3474b7 |
parent 0 | 2c201484c85f |
2:675a964f4eb5 | 8:35751d3474b7 |
---|---|
20 |
20 |
21 #include <e32std.h> |
21 #include <e32std.h> |
22 #include <s32strm.h> |
22 #include <s32strm.h> |
23 #include <stdarg.h> |
23 #include <stdarg.h> |
24 #include <caf/caftypes.h> |
24 #include <caf/caftypes.h> |
25 #include "bitset.h" |
25 #include <caf/bitset.h> |
26 |
26 |
27 using namespace ContentAccess; |
27 using namespace ContentAccess; |
28 |
28 |
29 EXPORT_C CBitset* CBitset::NewLC(TInt aMaxBits) |
29 EXPORT_C CBitset* CBitset::NewLC(TInt aMaxBits) |
30 { |
30 { |