coreapplicationuis/advancedtspcontroller/tsrc/mt_atspc/inc/mt_atspc.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    80          virtual void MrctspoDoIncomingCommandAddressed(TInt aError ) { iObserverResponse = aError; }
    80          virtual void MrctspoDoIncomingCommandAddressed(TInt aError ) { iObserverResponse = aError; }
    81          virtual TInt MrctspoDoGetConnections(TSglQue<TRemConAddress>& /*aConnections*/) { return 0; }
    81          virtual TInt MrctspoDoGetConnections(TSglQue<TRemConAddress>& /*aConnections*/) { return 0; }
    82          virtual void MrctspoDoOutgoingResponsePermitted(TBool /*aIsPermitted*/) {}
    82          virtual void MrctspoDoOutgoingResponsePermitted(TBool /*aIsPermitted*/) {}
    83          virtual void MrctspoDoIncomingNotifyAddressed(TClientInfo* /*aClientInfo*/, TInt aError ) { iObserverResponse = aError; }
    83          virtual void MrctspoDoIncomingNotifyAddressed(TClientInfo* /*aClientInfo*/, TInt aError ) { iObserverResponse = aError; }
    84          virtual void MrctspoDoReAddressNotifies() {}
    84          virtual void MrctspoDoReAddressNotifies() {}
       
    85          
       
    86          
       
    87          virtual TInt MrctspoSetLocalAddressedClient(const TUid& aBearerUid, const TClientInfo& aClientInfo){ return 0; }
       
    88          virtual void MrctspoDoIncomingNotifyPermitted(TBool aIsPermitted){ }
       
    89 
       
    90          virtual void MrctspoDoIncomingCommandPermitted(TBool aIsPermitted) { }
       
    91 
       
    92          virtual void MrctspoDoOutgoingNotifyCommandPermitted(TBool aIsPermitted){ }
       
    93 
       
    94          virtual void MrctspoDoOutgoingNotifyCommandAddressed(TRemConAddress* aConnection, TInt aError) { }
    85 
    95 
    86 public: // from MCFListener         
    96 public: // from MCFListener         
    87     void ContextIndicationL( const CCFContextIndication& aChangedContext ) {}
    97     void ContextIndicationL( const CCFContextIndication& aChangedContext ) {}
    88     void ActionIndicationL( const CCFActionIndication& aActionToExecute ) {}
    98     void ActionIndicationL( const CCFActionIndication& aActionToExecute ) {}
    89     void HandleContextFrameworkError( TCFError aError, const TDesC& aSource, const TDesC& aType ) {}
    99     void HandleContextFrameworkError( TCFError aError, const TDesC& aSource, const TDesC& aType ) {}