logsui/logsengine/tsrc/symbianos_stub/logssystemtimeobserver_stub.cpp
changeset 15 76d2cf7a585e
parent 13 52d644758b05
child 17 90fe74753f71
equal deleted inserted replaced
13:52d644758b05 15:76d2cf7a585e
     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 // INCLUDE FILES
       
    19 #include "logssystemtimeobserver.h"
       
    20 
       
    21 // CONSTANTS
       
    22 
       
    23 // ----------------------------------------------------------------------------
       
    24 //
       
    25 // ----------------------------------------------------------------------------
       
    26 //
       
    27 LogsSystemTimeObserver::LogsSystemTimeObserver(QObject* parent) : QObject(parent)
       
    28 {
       
    29 }
       
    30 
       
    31 // ----------------------------------------------------------------------------
       
    32 //
       
    33 // ----------------------------------------------------------------------------
       
    34 //
       
    35 LogsSystemTimeObserver::~LogsSystemTimeObserver()
       
    36 {
       
    37 }
       
    38 
       
    39 // ----------------------------------------------------------------------------
       
    40 //
       
    41 // ----------------------------------------------------------------------------
       
    42 //
       
    43 TInt LogsSystemTimeObserver::EnvironmentChangeCallback(TAny* /*aThis*/)
       
    44 {
       
    45     return 0;
       
    46 }