javauis/mmapi_qt/utils/inc/mmapiutils.h
changeset 26 dc7c549001d5
parent 23 98ccebc37403
equal deleted inserted replaced
23:98ccebc37403 26:dc7c549001d5
     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".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:  MMAPIUtils
    15 *
    15 *
    16 */
    16 */
       
    17 
    17 #ifndef MMAPIUTILS_H
    18 #ifndef MMAPIUTILS_H
    18 #define MMAPIUTILS_H
    19 #define MMAPIUTILS_H
    19 #include "jni.h"
    20 #include "jni.h"
    20 #include "e32base.h"
    21 #include "e32base.h"
    21 #include "BADESCA.H"
    22 #include "badesca.h"
    22 
    23 
    23 class MMAPIUtils
    24 class MMAPIUtils
    24 {
    25 {
    25 public:
    26 public:
    26     
    27