lbstest/lbstestproduct/lbsclient/src/ctlbsclientobserver.cpp
branchRCL_3
changeset 18 54d74d217042
parent 0 9cfd9a3ee49c
child 49 5f20f71a57a3
equal deleted inserted replaced
12:d8287cc0d36f 18:54d74d217042
    50 // (other items were commented in a header).
    50 // (other items were commented in a header).
    51 // ---------------------------------------------------------
    51 // ---------------------------------------------------------
    52 //
    52 //
    53 void CT_LbsClientObserver::EPosShutdownWaitPushL()
    53 void CT_LbsClientObserver::EPosShutdownWaitPushL()
    54     {
    54     {
    55     CleanupStack::PushL(TCleanupItem(EPosShutdownWaitCleanupItem));
    55     CleanupStack::PushL(TCleanupItem(EPosShutdownWaitCleanupItem, NULL)); 
    56     }
    56     }
    57 
    57 
    58 // ---------------------------------------------------------
    58 // ---------------------------------------------------------
    59 // CT_LbsClientObserver::EPosAliveL
    59 // CT_LbsClientObserver::EPosAliveL
    60 // 
    60 // 
    88 // (other items were commented in a header).
    88 // (other items were commented in a header).
    89 // ---------------------------------------------------------
    89 // ---------------------------------------------------------
    90 //
    90 //
    91 void CT_LbsClientObserver::PrivacyServerShutdownWaitPushL()
    91 void CT_LbsClientObserver::PrivacyServerShutdownWaitPushL()
    92     {
    92     {
    93     CleanupStack::PushL(TCleanupItem(PrivacyServerShutdownWaitCleanupItem));
    93     CleanupStack::PushL(TCleanupItem (PrivacyServerShutdownWaitCleanupItem, NULL));
    94     }
    94     }
    95 
    95 
    96 // ---------------------------------------------------------
    96 // ---------------------------------------------------------
    97 // CT_LbsClientObserver::PrivacyServerAliveL
    97 // CT_LbsClientObserver::PrivacyServerAliveL
    98 // 
    98 //