metadataengine/server/src/mdsfindsequence.cpp
branchRCL_3
changeset 49 f23c07ec56e2
parent 14 646a02f170b9
child 50 85f623e1ef41
child 60 79f826a55db2
equal deleted inserted replaced
47:b73252188534 49:f23c07ec56e2
    13 *
    13 *
    14 * Description:  Manages object search from database*
    14 * Description:  Manages object search from database*
    15 */
    15 */
    16 
    16 
    17 #include <badesca.h>
    17 #include <badesca.h>
       
    18 #include <mdequery.h>
    18 
    19 
    19 #include "mdsfindsequence.h"
    20 #include "mdsfindsequence.h"
    20 
    21 
    21 #include "mdcitem.h"
    22 #include "mdcitem.h"
    22 #include "mdcresult.h"
    23 #include "mdcresult.h"
    70     , iServer( aServer )
    71     , iServer( aServer )
    71     , iSchema( aSchema )
    72     , iSchema( aSchema )
    72     , iObserver( &aObserver )
    73     , iObserver( &aObserver )
    73     , iUserLevel( EUserLevelNone )
    74     , iUserLevel( EUserLevelNone )
    74     {
    75     {
    75 	iNotifyCount = KMaxTUint32;
    76 	iNotifyCount = KMdEQueryDefaultMaxCount;
    76 
    77 
    77     iFindOperation = NULL;
    78     iFindOperation = NULL;
    78     }
    79     }
    79 
    80 
    80 // ------------------------------------------------
    81 // ------------------------------------------------