cellular/telephonysettings/inc/PSetCallDivertingBasicImpl.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    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;
   104     };
   108     };
   105 
   109 
   106 #endif      // CPSETCALLDIVERTINGBASICIMPL_H 
   110 #endif      // CPSETCALLDIVERTINGBASICIMPL_H 
   107 
   111 
   108 // End of File
   112 // End of File