equal
deleted
inserted
replaced
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 |