gfxconversion/mifconv/inc/mifconv.h
branchRCL_3
changeset 15 d3300267661e
parent 9 1f6339ced17d
child 37 2d01d5a0b322
equal deleted inserted replaced
10:478277bdf366 15:d3300267661e
     1 /*
     1 /*
     2 * Copyright (c) 2009 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 "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".
    36 
    36 
    37 #include "mifconv_types.h"
    37 #include "mifconv_types.h"
    38 using namespace MifConvDefs;
    38 using namespace MifConvDefs;
    39 
    39 
    40 // Mifconv version
    40 // Mifconv version
    41 static const MifConvString MifConvVersion("3.2.0");
    41 static const MifConvString MifConvVersion("3.2.1");
    42 static const MifConvString MifConvDate("24th February 2010");
    42 static const MifConvString MifConvDate("12th March 2010");
    43 static const MifConvString MifConvYears("2010");
    43 static const MifConvString MifConvYears("2010");
    44 
    44 
    45 // Mifconv return values:
    45 // Mifconv return values:
    46 #define MIFCONV_ERROR       1
    46 #define MIFCONV_ERROR       1
    47 #define MIFCONV_NO_ERROR    0
    47 #define MIFCONV_NO_ERROR    0