emailservices/emailstore/base_plugin/inc/Map.h
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
child 24 d189ee25cf9d
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    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__