fotaapplication/fotaserver/FotaStorage/src/fotastorage.cpp
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   stores update package to filesystem
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 #include <ECom.h>
       
    22 #include <ImplementationProxy.h>
       
    23 
       
    24 #include "fotastorage.hrh"
       
    25 #include "fotastorage.h"
       
    26 
       
    27 // EXTERNAL DATA STRUCTURES
       
    28 
       
    29 // EXTERNAL FUNCTION PROTOTYPES  
       
    30 
       
    31 // CONSTANTS
       
    32 
       
    33 // MACROS
       
    34 
       
    35 // LOCAL CONSTANTS AND MACROS
       
    36 
       
    37 // MODULE DATA STRUCTURES
       
    38 
       
    39 // LOCAL FUNCTION PROTOTYPES
       
    40 
       
    41 // FORWARD DECLARATIONS
       
    42 
       
    43 
       
    44 // ============================ MEMBER FUNCTIONS ===============================
       
    45 
       
    46 
       
    47 // -----------------------------------------------------------------------------
       
    48 // CFotaStorage::CFotaStorage() 
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 
       
    52 EXPORT_C CFotaStorage::CFotaStorage() : iBytesWritten(0)
       
    53     {
       
    54     
       
    55     }
       
    56 
       
    57 // -----------------------------------------------------------------------------
       
    58 // CFotaStorage::~CFotaStorage ()
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 EXPORT_C CFotaStorage::~CFotaStorage ()
       
    62     {
       
    63     }
       
    64