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