bluetooth/btstack/avctp/avctpmuxer.h
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
--- a/bluetooth/btstack/avctp/avctpmuxer.h	Thu Sep 23 17:06:47 2010 +0300
+++ b/bluetooth/btstack/avctp/avctpmuxer.h	Wed Oct 13 16:20:29 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -39,7 +39,7 @@
 
 typedef THashMapIter<TInt, const TClientItem*> TClientItemIter;
 
-class TAvctpSecondChannelPseudoSocket : public MSocketNotify
+NONSHARABLE_CLASS(TAvctpSecondChannelPseudoSocket) : public MSocketNotify
 	{
 public:
 	TAvctpSecondChannelPseudoSocket(MSecondChannelPseudoSocketNotify& aNotify);