landmarks/locationlandmarks/converter/src/EPos_CPosLmXmlEncoder.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
   140     {
   140     {
   141     __ASSERT_ALWAYS(
   141     __ASSERT_ALWAYS(
   142         iEncoderStatus == EPosLmInfoAdded,
   142         iEncoderStatus == EPosLmInfoAdded,
   143         Panic(KPosLandmarksClientPanic, EPosLmProtocolBreak));
   143         Panic(KPosLandmarksClientPanic, EPosLmProtocolBreak));
   144 
   144 
   145     iCategories.Append( CPosLandmarkCategory::NewL( aCategory ) );
   145     iCategories.AppendL( CPosLandmarkCategory::NewL( aCategory ) );
   146     }
   146     }
   147 
   147 
   148 // -----------------------------------------------------------------------------
   148 // -----------------------------------------------------------------------------
   149 // -----------------------------------------------------------------------------
   149 // -----------------------------------------------------------------------------
   150 //
   150 //