telephonyserver/etelmultimode/INC/ETELMM.H
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 66 07a122eea281
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    13 // Description:
    13 // Description:
    14 // Multimode ETel API header file.
    14 // Multimode ETel API header file.
    15 // Describes the MM ETel API - classes, methods and types.
    15 // Describes the MM ETel API - classes, methods and types.
    16 // 
    16 // 
    17 //
    17 //
    18 
    18    
    19 /**
    19 /**
    20  @file
    20  @file
    21  @publishedPartner
    21  @publishedPartner
    22  @released
    22  @released
    23 */
    23 */
  6811 	*/	
  6811 	*/	
  6812 	typedef TPckg<TWlanSIDV8> TWlanSIDV8Pckg;
  6812 	typedef TPckg<TWlanSIDV8> TWlanSIDV8Pckg;
  6813 
  6813 
  6814 	IMPORT_C void StorePreferredWlanSIDListL(TRequestStatus& aReqStatus, CMobilePhoneStoredWlanSIDList* aList) const;
  6814 	IMPORT_C void StorePreferredWlanSIDListL(TRequestStatus& aReqStatus, CMobilePhoneStoredWlanSIDList* aList) const;
  6815 	IMPORT_C void NotifyPreferredWlanSIDListChange(TRequestStatus& aReqStatus) const;	
  6815 	IMPORT_C void NotifyPreferredWlanSIDListChange(TRequestStatus& aReqStatus) const;	
  6816 		
  6816 
       
  6817 	/***********************************************************************************/
       
  6818     //
       
  6819     // Terminate Active Calls
       
  6820     //
       
  6821     /***********************************************************************************/
       
  6822     IMPORT_C void TerminateActiveCalls(TRequestStatus& aReqStatus) const;
  6817 
  6823 
  6818 private:
  6824 private:
  6819 	CMobilePhonePtrHolder* iMmPtrHolder;
  6825 	CMobilePhonePtrHolder* iMmPtrHolder;
  6820 	RMobilePhone(const RMobilePhone& aPhone);
  6826 	RMobilePhone(const RMobilePhone& aPhone);
  6821 
  6827