accessoryservices/remotecontrolfw/client/common/remconbulkclient.h
changeset 74 9d35fd98f273
parent 0 4e1aa6a622a0
equal deleted inserted replaced
69:dc67b94625c5 74:9d35fd98f273
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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".
    29 #include "remconserver.h"
    29 #include "remconserver.h"
    30 
    30 
    31 /**
    31 /**
    32 The abstract base class for RemCon session handles.
    32 The abstract base class for RemCon session handles.
    33 */
    33 */
    34 class RRemConBulk : public RSessionBase
    34 NONSHARABLE_CLASS(RRemConBulk) : public RSessionBase
    35 	{
    35 	{
    36 public:
    36 public:
    37 	IMPORT_C RRemConBulk();
    37 	IMPORT_C RRemConBulk();
    38 	
    38 	
    39 	/**
    39 	/**