contentstorage/caclient/s60/src/caobjectadapter.cpp
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    93 //----------------------------------------------------------------------------
    93 //----------------------------------------------------------------------------
    94 void CaObjectAdapter::convertL(const CaQuery &fromQuery,
    94 void CaObjectAdapter::convertL(const CaQuery &fromQuery,
    95                                CCaInnerQuery &toQuery)
    95                                CCaInnerQuery &toQuery)
    96 {
    96 {
    97     toQuery.SetParentId(fromQuery.parentId());
    97     toQuery.SetParentId(fromQuery.parentId());
       
    98     
       
    99     toQuery.SetChildId(fromQuery.childId());
    98 
   100 
    99     toQuery.SetFlagsOn(static_cast<TUint>(fromQuery.flagsOn()));
   101     toQuery.SetFlagsOn(static_cast<TUint>(fromQuery.flagsOn()));
   100 
   102 
   101     toQuery.SetFlagsOff(static_cast<TUint>(fromQuery.flagsOff()));
   103     toQuery.SetFlagsOff(static_cast<TUint>(fromQuery.flagsOff()));
   102 
   104