ncdengine/engine/accesspointmanager/inc/catalogsaccesspointmanagerimpl.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
    18 
    18 
    19 #ifndef C_CATALOGSACCESSPOINTMANAGERIMPL_H
    19 #ifndef C_CATALOGSACCESSPOINTMANAGERIMPL_H
    20 #define C_CATALOGSACCESSPOINTMANAGERIMPL_H
    20 #define C_CATALOGSACCESSPOINTMANAGERIMPL_H
    21 
    21 
    22 #include <e32def.h>
    22 #include <e32def.h>
       
    23 #include <e32base.h> // HLa: DLMgr remove
       
    24 
       
    25 #ifdef _0
    23 #include <ApAccessPointItem.h>
    26 #include <ApAccessPointItem.h>
       
    27 #endif
       
    28 
       
    29 #include <e32cmn.h>
       
    30 
    24 #include "catalogsaccesspointmanager.h"
    31 #include "catalogsaccesspointmanager.h"
    25 #include "catalogsaccesspointobserver.h"
    32 #include "catalogsaccesspointobserver.h"
    26 
    33 
    27 class CCatalogsAccessPointFilterSettings;
    34 class CCatalogsAccessPointFilterSettings;
    28 class CCatalogsAccessPointSettings;
    35 class CCatalogsAccessPointSettings;
   188      * from the comms database.
   195      * from the comms database.
   189      *
   196      *
   190      */
   197      */
   191     void RemoveAccessPointsL();
   198     void RemoveAccessPointsL();
   192         
   199         
   193     
   200 #ifdef _0
   194     HBufC16* ReadText16L( CApAccessPointItem* aItem, const TApMember& aApMember );
   201     HBufC16* ReadText16L( CApAccessPointItem* aItem, const TApMember& aApMember );
   195 
   202 
   196     HBufC8* ReadText8L( CApAccessPointItem* aItem, const TApMember& aApMember );
   203     HBufC8* ReadText8L( CApAccessPointItem* aItem, const TApMember& aApMember );
       
   204 #endif 
   197     
   205     
   198     TBool MatchInCommsDbL( const CCatalogsAccessPointSettings& aSettings, TUint32& aId );
   206     TBool MatchInCommsDbL( const CCatalogsAccessPointSettings& aSettings, TUint32& aId );
   199 
   207 
   200     void CreateApToCommsDBL( const CCatalogsAccessPoint& aSettings, TUint32& aId );
   208     void CreateApToCommsDBL( const CCatalogsAccessPoint& aSettings, TUint32& aId );
   201 
   209 
   204     void LoadFromStorageL();
   212     void LoadFromStorageL();
   205 
   213 
   206     void SaveToStorageL();
   214     void SaveToStorageL();
   207     
   215     
   208         
   216         
       
   217 #ifdef _0
   209     TBool MatchingSettingsL(const CCatalogsAccessPointSettings& aSettings, CApAccessPointItem& aItem);
   218     TBool MatchingSettingsL(const CCatalogsAccessPointSettings& aSettings, CApAccessPointItem& aItem);
       
   219 #endif
   210     
   220     
   211     void SetApDetailL( CCatalogsAccessPoint& aAp, const TDesC& aKey, const TDesC& aValue );
   221     void SetApDetailL( CCatalogsAccessPoint& aAp, const TDesC& aKey, const TDesC& aValue );
   212 
   222 
   213     TInt GetAccessPoint( 
   223     TInt GetAccessPoint( 
   214         CCatalogsAccessPoint*& aAccessPoint,
   224         CCatalogsAccessPoint*& aAccessPoint,