camerauis/cameraxui/cxengine/inc/cxefilesavethreadsymbian.h
changeset 58 ddba9caa7f32
parent 41 67457b2ffb33
equal deleted inserted replaced
55:0da2a5b56583 58:ddba9caa7f32
     1 /*
     1 /*
     2 * Copyright (c) 2009-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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 "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".
    56 
    56 
    57 protected:
    57 protected:
    58     virtual void init();
    58     virtual void init();
    59     virtual void deinit();
    59     virtual void deinit();
    60 
    60 
       
    61 signals:
       
    62     void fileSaved(CxeError::Id status, const QString &filename);
       
    63 
    61 private:
    64 private:
    62     /**
    65     /**
    63      * This method includes saving in own thread.
    66      * This method includes saving in own thread.
    64      * Functions called from this method are running in "saving thread"
    67      * Functions called from this method are running in "saving thread"
    65      */
    68      */