satengine/SatServer/Engine/inc/CSatApnHandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include "MSatApnHandler.h"
    25 #include "MSatApnHandler.h"
    26 
    26 
    27 class MSatUtils;
    27 class MSatUtils;
       
    28 class RCmConnectionMethod;
       
    29 class RCmManager;
    28 
    30 
    29 /**
    31 /**
    30 *  Handles the Access point operations with CMManager. Searches, inserts and
    32 *  Handles the Access point operations with CMManager. Searches, inserts and
    31 *  deletes APNs, if neccessary
    33 *  deletes APNs, if neccessary
    32 *
    34 *
   121         *         Invoker is responsible to release
   123         *         Invoker is responsible to release
   122         *         the memory! 
   124         *         the memory! 
   123         */
   125         */
   124         HBufC* FormatAPN( const RSat::TAccessName& aReqApn ) const;
   126         HBufC* FormatAPN( const RSat::TAccessName& aReqApn ) const;
   125 
   127 
       
   128         /**
       
   129          * Get default connection method.
       
   130          *
       
   131          * @param aCmManager Input Connection method manager.
       
   132          * @param aDefCm Output reference to RCmConnectionMethod.
       
   133          * @return None
       
   134          */
       
   135         void GetDefConnMethodL( RCmManager& aCmManager, 
       
   136             RCmConnectionMethod& aDefCm );
   126     private:  // Data
   137     private:  // Data
   127 
   138 
   128         // Reference to command container
   139         // Reference to command container
   129         MSatUtils& iUtils;
   140         MSatUtils& iUtils;
   130 
   141