bluetoothmgmt/bluetoothclientlib/avlib/avdtpRecoveryCapability.cpp
branchGCC_SURGE
changeset 38 f43c97523090
parent 0 29b1cd4cb562
equal deleted inserted replaced
36:230aed0f16aa 38:f43c97523090
    33 EXPORT_C TAvdtpRecoveryCapabilities::TAvdtpRecoveryCapabilities()
    33 EXPORT_C TAvdtpRecoveryCapabilities::TAvdtpRecoveryCapabilities()
    34 : TAvdtpServiceCapability(EServiceCategoryRecovery, KServiceCatLOSCRecovery)
    34 : TAvdtpServiceCapability(EServiceCategoryRecovery, KServiceCatLOSCRecovery)
    35 	{
    35 	{
    36 	}
    36 	}
    37 
    37 
    38 EXPORT_C /*virtual*/ TInt inline TAvdtpRecoveryCapabilities::AsProtocol(RBuf8& aBuffer) const
    38 EXPORT_C /*virtual*/ TInt TAvdtpRecoveryCapabilities::AsProtocol(RBuf8& aBuffer) const
    39 	{
    39 	{
    40 	TInt ret = AddHeader(aBuffer);
    40 	TInt ret = AddHeader(aBuffer);
    41 	
    41 	
    42 	if (ret==KErrNone)
    42 	if (ret==KErrNone)
    43 		{
    43 		{