homescreenapp/hsdomainmodel/inc/hsbackuprestoreactivecallback.h
changeset 90 3ac3aaebaee5
parent 62 341166945d65
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 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 "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".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    28 NONSHARABLE_CLASS(CHsBURActiveCallback) : public CBase, 
    28 NONSHARABLE_CLASS(CHsBURActiveCallback) : public CBase, 
    29 	                                     public conn::MActiveBackupDataClient
    29 	                                     public conn::MActiveBackupDataClient
    30     {
    30     {
    31 public:
    31 public:
    32 
    32 
    33     IMPORT_C static CHsBURActiveCallback* NewL(HsBackupRestoreObserver* observer);
    33     static CHsBURActiveCallback* NewL(HsBackupRestoreObserver* observer);
    34 
    34 
    35     virtual ~CHsBURActiveCallback();    
    35     virtual ~CHsBURActiveCallback();    
    36 
    36 
    37     // new functions from base class MActiveBackupDataClient
    37     // new functions from base class MActiveBackupDataClient
    38     virtual void AllSnapshotsSuppliedL();
    38     virtual void AllSnapshotsSuppliedL();