logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logscontact.cpp
changeset 0 4a5361db8937
child 2 7119b73b84d6
equal deleted inserted replaced
-1:000000000000 0:4a5361db8937
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 //USER
       
    19 
       
    20 #include "logscontact.h"
       
    21 //SYSTEM
       
    22 
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 LogsContact::LogsContact()
       
    29 {
       
    30 }
       
    31 
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 LogsContact::LogsContact(const QString& number): mNumber(number)
       
    37 {
       
    38 }
       
    39 
       
    40 // -----------------------------------------------------------------------------
       
    41 // 
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 LogsContact::~LogsContact()
       
    45 {
       
    46 }
       
    47     
       
    48 // ----------------------------------------------------------------------------
       
    49 // 
       
    50 // ----------------------------------------------------------------------------
       
    51 //
       
    52 LogsContact::RequestType LogsContact::allowedRequestType()
       
    53 {
       
    54     return LogsContact::TypeLogsContactSave;
       
    55 }    
       
    56 
       
    57 // ----------------------------------------------------------------------------
       
    58 //
       
    59 // ----------------------------------------------------------------------------
       
    60 //
       
    61 bool LogsContact::open()
       
    62 {
       
    63     return false;
       
    64 }
       
    65 
       
    66 // ----------------------------------------------------------------------------
       
    67 //
       
    68 // ----------------------------------------------------------------------------
       
    69 //
       
    70 bool LogsContact::addNew()
       
    71 {
       
    72     return false;
       
    73 }
       
    74 
       
    75 // ----------------------------------------------------------------------------
       
    76 //
       
    77 // ----------------------------------------------------------------------------
       
    78 //
       
    79 bool LogsContact::updateExisting()
       
    80 {
       
    81     return false;
       
    82 }