equal
deleted
inserted
replaced
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 |