phoneuis/TelephonyDeviceMode/src/CTelDMGripHandler.cpp
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 
    21 
    22 #include    <mphonedevicemodeobserver.h>
    22 #include    <mphonedevicemodeobserver.h>
    23 #include    <hwrmdomainpskeys.h>
    23 #include    <hwrmdomainpskeys.h>
    24 #include    "cteldmgriphandler.h"
    24 #include    "CTelDMGripHandler.h"
    25 #include    "mteldmaccessory.h"
    25 #include	"MTelDMAccessory.h" 
    26 #include    "cteldmcommandhandler.h"
    26 #include	"CTelDMCommandHandler.h"
    27 #include    <settingsinternalcrkeys.h>
    27 #include    <settingsinternalcrkeys.h>
    28 #include    <centralrepository.h>
    28 #include    <centralrepository.h>
    29 
    29 
    30 // MODULE DATA STRUCTURES
    30 // MODULE DATA STRUCTURES
    31  
    31  
    78 //    
    78 //    
    79 void CTelDMGripHandler::ConstructL()
    79 void CTelDMGripHandler::ConstructL()
    80     {    
    80     {    
    81     /// Attach to key. Start listening for changes.
    81     /// Attach to key. Start listening for changes.
    82     iProperty.Attach( KPSUidHWRM, KHWRMGripStatus );
    82     iProperty.Attach( KPSUidHWRM, KHWRMGripStatus );
    83     IssueRequest();                               
    83     IssueRequest();                   		      
    84     }
    84     }
    85  
    85  
    86 // -----------------------------------------------------------------------------
    86 // -----------------------------------------------------------------------------
    87 // CTelDMGripHandler::HandleChange
    87 // CTelDMGripHandler::HandleChange
    88 // 
    88 //