cellular/telephonysettings/inc/PSetCallDivertingBasicImpl.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    19 #ifndef CPSETCALLDIVERTINGBASICIMPL_H
    19 #ifndef CPSETCALLDIVERTINGBASICIMPL_H
    20 #define CPSETCALLDIVERTINGBASICIMPL_H
    20 #define CPSETCALLDIVERTINGBASICIMPL_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <psetcalldiverting.h> 
    24 #include <PsetCallDiverting.h>
    25 #include <mmretrieve.h>
    25 #include <mmretrieve.h>
    26 #include <ctsydomaincrkeys.h>
    26 #include <ctsydomaincrkeys.h>
    27 #include "msssettingsobserver.h" 
    27 #include "MSSSettingsObserver.h"
    28 #include "nwdefs.h"             
    28 #include "nwdefs.h"             
    29 #include "psetconstants.h" 
    29 #include "PsetConstants.h"
    30 #include "psetcalldivertingbase.h" 
    30 #include "PSetCallDivertingBase.h"
    31 
    31 
    32 // CLASS DECLARATION
    32 // CLASS DECLARATION
    33 class CPsetSAObserver;
    33 class CPsetSAObserver;
    34 class CDesC16ArrayFlat;
    34 class CDesC16ArrayFlat;
    35 class RSSSettings;
    35 class RSSSettings;
    99         
    99         
   100         TBool SetVoiceDivert( const TCallDivertSetting& aDivert,
   100         TBool SetVoiceDivert( const TCallDivertSetting& aDivert,
   101             const TBasicServiceGroups aBsc );
   101             const TBasicServiceGroups aBsc );
   102         
   102         
   103         TSelectedLine GetSAAls();
   103         TSelectedLine GetSAAls();
   104         
       
   105     private:
       
   106         // Memorize requested service group
       
   107         TServiceGroup iRequestedServiceGroup;
       
   108     };
   104     };
   109 
   105 
   110 #endif      // CPSETCALLDIVERTINGBASICIMPL_H 
   106 #endif      // CPSETCALLDIVERTINGBASICIMPL_H 
   111 
   107 
   112 // End of File
   108 // End of File