bluetoothengine/btnotif/src/btnenterpriseitsecurityinfonotifier.cpp
branchRCL_3
changeset 61 269724087bed
parent 56 9386f31cc85b
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
    92 	FLOG(_L("[BTNOTIF]\t CBTEnterpriseItSecurityInfoNotifier::StartL() completed"));
    92 	FLOG(_L("[BTNOTIF]\t CBTEnterpriseItSecurityInfoNotifier::StartL() completed"));
    93     return TPtrC8(KNullDesC8);
    93     return TPtrC8(KNullDesC8);
    94     }
    94     }
    95 
    95 
    96 // ----------------------------------------------------------
    96 // ----------------------------------------------------------
    97 // CBTEnterpriseItSecurityInfoNotifier::GetParamsL
    97 // CBTEnterpriseItSecurityInfoNotifier::ProcessStartParamsL
    98 // Mandatory for BT Notifiers when using asynchronous launch. 
    98 // Mandatory for BT Notifiers when using asynchronous launch. 
    99 // ----------------------------------------------------------
    99 // ----------------------------------------------------------
   100 //
   100 //
   101 void CBTEnterpriseItSecurityInfoNotifier::GetParamsL(const TDesC8& /*aBuffer*/,
   101 void CBTEnterpriseItSecurityInfoNotifier::ProcessStartParamsL()
   102 										 TInt /*aReplySlot*/,
       
   103 										 const RMessagePtr2& /*aMessage*/)
       
   104     {
   102     {
   105     //nothing to do here
   103     //nothing to do here
   106     }
   104     }
   107 
   105 
   108 // ----------------------------------------------------------
   106 // ----------------------------------------------------------