satengine/SatServer/Engine/inc/CSatApnHandler.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 18 594d59766373
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    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;
       
    30 
    28 
    31 /**
    29 /**
    32 *  Handles the Access point operations with CMManager. Searches, inserts and
    30 *  Handles the Access point operations with CMManager. Searches, inserts and
    33 *  deletes APNs, if neccessary
    31 *  deletes APNs, if neccessary
    34 *
    32 *
   123         *         Invoker is responsible to release
   121         *         Invoker is responsible to release
   124         *         the memory! 
   122         *         the memory! 
   125         */
   123         */
   126         HBufC* FormatAPN( const RSat::TAccessName& aReqApn ) const;
   124         HBufC* FormatAPN( const RSat::TAccessName& aReqApn ) const;
   127 
   125 
   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 );
       
   137     private:  // Data
   126     private:  // Data
   138 
   127 
   139         // Reference to command container
   128         // Reference to command container
   140         MSatUtils& iUtils;
   129         MSatUtils& iUtils;
   141 
   130