connectionmonitoring/connmon/dataconnectionlogger/inc/dclTimer.h
changeset 73 70ee5458c95d
parent 0 5a93021fdf25
equal deleted inserted replaced
72:0c32cf868819 73:70ee5458c95d
     1 /*
     1 /*
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
    41     public: // New methods
    41     public: // New methods
    42         /**
    42         /**
    43         * Starts the timer mode logging for a connection.
    43         * Starts the timer mode logging for a connection.
    44         * @param aConnectionId Id of the connection.
    44         * @param aConnectionId Id of the connection.
    45         * @since
    45         * @since
    46         * @return void.
    46         * @return KErrNone if successful, otherwise one of the system-wide
       
    47         * error codes.
    47         */
    48         */
    48         void Add( const TUint& aConnectionId );
    49         TInt Add( const TUint& aConnectionId );
    49 
    50 
    50         /**
    51         /**
    51         * Stops the timer mode logging for a connection.
    52         * Stops the timer mode logging for a connection.
    52         * @param aConnectionId Id of the connection.
    53         * @param aConnectionId Id of the connection.
    53         * @since
    54         * @since