bluetoothengine/btaudioman/inc/BTAccServer.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    47     */
    47     */
    48     ~CBTAccServer();
    48     ~CBTAccServer();
    49     
    49     
    50     void StartShutdownTimerIfNoSessions();
    50     void StartShutdownTimerIfNoSessions();
    51     
    51     
    52     void ClientOpened(CBTAccSession& aSession);
    52     void ClientOpenedL(CBTAccSession& aSession);
    53         
    53         
    54     void ClientClosed(CBTAccSession& aSession);
    54     void ClientClosed(CBTAccSession& aSession);
    55         
    55         
    56 private: // Functions from base classes
    56 private: // Functions from base classes
    57     /**
    57     /**