bluetooth/btstack/avctp/avctpmuxer.h
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    37 class MSecondChannelPseudoSocketNotify;
    37 class MSecondChannelPseudoSocketNotify;
    38 class TClientItem;
    38 class TClientItem;
    39 
    39 
    40 typedef THashMapIter<TInt, const TClientItem*> TClientItemIter;
    40 typedef THashMapIter<TInt, const TClientItem*> TClientItemIter;
    41 
    41 
    42 class TAvctpSecondChannelPseudoSocket : public MSocketNotify
    42 NONSHARABLE_CLASS(TAvctpSecondChannelPseudoSocket) : public MSocketNotify
    43 	{
    43 	{
    44 public:
    44 public:
    45 	TAvctpSecondChannelPseudoSocket(MSecondChannelPseudoSocketNotify& aNotify);
    45 	TAvctpSecondChannelPseudoSocket(MSecondChannelPseudoSocketNotify& aNotify);
    46 private:
    46 private:
    47 	// Pure virtuals From MSocketNotify
    47 	// Pure virtuals From MSocketNotify