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