emailservices/emailstore/base_plugin/inc/Map.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 8 e1b6206813b4
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    34 		
    34 		
    35 	aMap.InsertL(k64, v64);
    35 	aMap.InsertL(k64, v64);
    36 }
    36 }
    37 ****************************************************************/
    37 ****************************************************************/
    38 
    38 
    39 #include "safepointerarray.h"
    39 #include "SafePointerArray.h"
    40 
    40 
    41 template <class Tkey, class Tvalue>
    41 template <class Tkey, class Tvalue>
    42 class RMap
    42 class RMap
    43 {
    43 {
    44 public:
    44 public:
   166 	TKeyArrayFix& iKey;
   166 	TKeyArrayFix& iKey;
   167 };
   167 };
   168 
   168 
   169 */
   169 */
   170 
   170 
   171 #include "map.inl"
   171 #include "Map.inl"
   172 
   172 
   173 #endif //__MAP_H__
   173 #endif //__MAP_H__