photosgallery/common/src/glxcommandparser.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 15 191387a8b767
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
    59                 }
    59                 }
    60             if (hasTargetIds)
    60             if (hasTargetIds)
    61                 {
    61                 {
    62                 ArrayValueL(KMPXMediaGeneralContainerId, targetIdArray, aCommand);  
    62                 ArrayValueL(KMPXMediaGeneralContainerId, targetIdArray, aCommand);  
    63                 }
    63                 }
    64 
       
    65 /// @todo minor: Rowland Cook 12/06/2007 Could this be restrctured to be more efficient?
       
    66 //                                       IE - Test for invalid combiations before retrieving the data. 
       
    67             
       
    68             if(hasTitle)
    64             if(hasTitle)
    69                 {
    65                 {
    70                 if(hasUri || hasSourceIds || hasDrive || hasTargetIds)
    66                 if(hasUri || hasSourceIds || hasDrive || hasTargetIds)
    71                     {
    67                     {
    72                     User::Leave(KErrArgument);
    68                     User::Leave(KErrArgument);