radioapp/radioapplication/win32_stubs/xqserviceprovider.h
changeset 57 21be958eb3ce
parent 38 f8c3d4e6102c
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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
       
     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".
     4 *
     8 *
     5 * This program is free software: you can redistribute it and/or modify
     9 * Initial Contributors:
     6 * it under the terms of the GNU Lesser General Public License as published by
    10 * Nokia Corporation - initial contribution.
     7 * the Free Software Foundation, version 2.1 of the License.
       
     8 * 
       
     9 * This program is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    12 * GNU Lesser General Public License for more details.
       
    13 *
    11 *
    14 * You should have received a copy of the GNU Lesser General Public License
    12 * Contributors:
    15 * along with this program.  If not, 
       
    16 * see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
       
    17 *
    13 *
    18 * Description:                                                         
    14 * Description:
    19 *
    15 *
    20 */
    16 */
    21 
    17 
    22 #ifndef XQSERVICEABSTRACTSERVICE_H
    18 #ifndef XQSERVICEPROVIDER_H
    23 #define XQSERVICEABSTRACTSERVICE_H
    19 #define XQSERVICEPROVIDER_H
    24 
    20 
    25 // THIS IS A STUB CLASS FOR WIN32 ENVIRONMENT!
    21 // THIS IS A STUB CLASS FOR WIN32 ENVIRONMENT!
    26 // It is only meant to compile, not to actually do anything
    22 // It is only meant to compile, not to actually do anything
    27 
    23 
    28 #include <QObject>
    24 #include <QObject>
    83         return completeRequest(index, retValueVariant);
    79         return completeRequest(index, retValueVariant);
    84     }
    80     }
    85     
    81     
    86 };
    82 };
    87 
    83 
    88 #endif
    84 #endif // XQSERVICEPROVIDER_H