javaextensions/pim/common/inc.s60/mpimadapteraccess.h
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    29 class MPIMEventAdapterManager;
    29 class MPIMEventAdapterManager;
    30 class MPIMEventListAdapter;
    30 class MPIMEventListAdapter;
    31 class MPIMToDoAdapterManager;
    31 class MPIMToDoAdapterManager;
    32 class MPIMToDoListAdapter;
    32 class MPIMToDoListAdapter;
    33 class MPIMLocalizationData;
    33 class MPIMLocalizationData;
    34 class CCalSession;
       
    35 
    34 
    36 // CLASS DECLARATION
    35 // CLASS DECLARATION
    37 
    36 
    38 /**
    37 /**
    39  *  Provides the elementary access the PIM lists provided by a single adapter
    38  *  Provides the elementary access the PIM lists provided by a single adapter
   128      *        been opened and multiple simultaneous instances are not
   127      *        been opened and multiple simultaneous instances are not
   129      *        supported.
   128      *        supported.
   130      * @li \c KErrNotFound - The native database does not exist any more.
   129      * @li \c KErrNotFound - The native database does not exist any more.
   131      * @li Other - The system is non-functional.
   130      * @li Other - The system is non-functional.
   132      */
   131      */
   133     virtual TBool OpenEventListL(CCalSession* aCalSession,
   132     virtual TBool OpenEventListL(const TDesC* aListName,
   134                                  const TDesC* aListName,
       
   135                                  //const TDesC* aCalNameArg,
       
   136                                  MPIMEventAdapterManager** aRetAdapterManager,
   133                                  MPIMEventAdapterManager** aRetAdapterManager,
   137                                  MPIMEventListAdapter** aRetListAdapter,
   134                                  MPIMEventListAdapter** aRetListAdapter,
   138                                  MPIMLocalizationData** aRetLocalizationData) = 0;
   135                                  MPIMLocalizationData** aRetLocalizationData) = 0;
   139 
   136 
   140     /**
   137     /**
   164      *        been opened and multiple simultaneous instances are not
   161      *        been opened and multiple simultaneous instances are not
   165      *        supported.
   162      *        supported.
   166      * @li \c KErrNotFound - The native database does not exist any more.
   163      * @li \c KErrNotFound - The native database does not exist any more.
   167      * @li Other - The system is non-functional.
   164      * @li Other - The system is non-functional.
   168      */
   165      */
   169     virtual TBool OpenToDoListL(CCalSession* aCalSession,
   166     virtual TBool OpenToDoListL(const TDesC* aListName,
   170                                 const TDesC* aListName,
       
   171                                 //const TDesC* aCalNameArg,
       
   172                                 MPIMToDoAdapterManager** aRetAdapterManager,
   167                                 MPIMToDoAdapterManager** aRetAdapterManager,
   173                                 MPIMToDoListAdapter** aRetListAdapter,
   168                                 MPIMToDoListAdapter** aRetListAdapter,
   174                                 MPIMLocalizationData** aRetLocalizationData) = 0;
   169                                 MPIMLocalizationData** aRetLocalizationData) = 0;
   175 
   170 
   176 protected:
   171 protected: