userlibandfileserver/fileserver/smassstorage/inc/mldddevicestatenotification.h
changeset 270 ea2cef07f9fe
parent 0 a41df078684a
equal deleted inserted replaced
255:d45b74d3fb20 270:ea2cef07f9fe
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    29 class MLddDeviceStateNotification
    29 class MLddDeviceStateNotification
    30     {
    30     {
    31 public:
    31 public:
    32     virtual void Activate(TRequestStatus& aStatus, TUint& aValue) = 0;
    32     virtual void Activate(TRequestStatus& aStatus, TUint& aValue) = 0;
    33     virtual void Cancel() = 0;
    33     virtual void Cancel() = 0;
       
    34     virtual ~MLddDeviceStateNotification() {};
    34     };
    35     };
    35 
    36 
    36 
    37 
    37 #endif
    38 #endif
    38 
    39