equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <e32base.h> |
|
17 #include "IPProtoCPR.h" |
|
18 |
|
19 /** |
|
20 defines a base implenetation of the timers that may be incorporated into a linkcpr |
|
21 */ |
|
22 |
|
23 #include <comms-infras/ss_log.h> |
|
24 #include <comms-infras/metatype.h> |
|
25 #include "idletimer.h" |
|
26 |
|
27 |
|
28 START_ATTRIBUTE_TABLE(TPacketActivity, TPacketActivity::iUid, TPacketActivity::iId) |
|
29 REGISTER_ATTRIBUTE(TPacketActivity, iPacketActivity, TMeta<TBool*>) |
|
30 END_ATTRIBUTE_TABLE() |
|
31 |
|
32 START_ATTRIBUTE_TABLE(TIdleTimerValues, TIdleTimerValues::iUid, TIdleTimerValues::iId) |
|
33 REGISTER_ATTRIBUTE(TIdleTimerValues, iShortTimer, TMetaNumber) |
|
34 REGISTER_ATTRIBUTE(TIdleTimerValues, iMediumTimer, TMetaNumber) |
|
35 REGISTER_ATTRIBUTE(TIdleTimerValues, iLongTimer, TMetaNumber) |
|
36 END_ATTRIBUTE_TABLE() |