connectionmonitoring/connmon/dataconnectionlogger/inc/dclTimer.h
changeset 73 70ee5458c95d
parent 0 5a93021fdf25
--- a/connectionmonitoring/connmon/dataconnectionlogger/inc/dclTimer.h	Wed Oct 27 18:01:02 2010 +0300
+++ b/connectionmonitoring/connmon/dataconnectionlogger/inc/dclTimer.h	Thu Oct 28 13:13:30 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -43,9 +43,10 @@
         * Starts the timer mode logging for a connection.
         * @param aConnectionId Id of the connection.
         * @since
-        * @return void.
+        * @return KErrNone if successful, otherwise one of the system-wide
+        * error codes.
         */
-        void Add( const TUint& aConnectionId );
+        TInt Add( const TUint& aConnectionId );
 
         /**
         * Stops the timer mode logging for a connection.