2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
25 #ifndef DATAMONITORMESSAGES_INL
26 #define DATAMONITORMESSAGES_INL
29 CRequestDataSentNotificationReqMsg
31 TRIVIAL_ACCESSOR(TRequestDataSentNotification, TUint32, Delta)
32 TRIVIAL_ACCESSOR(TRequestDataSentNotification, TUint32, SentBytes)
35 CRequestDataReceivedNotificationReqMsg
37 TRIVIAL_ACCESSOR(TRequestDataReceivedNotification, TUint32, Delta)
38 TRIVIAL_ACCESSOR(TRequestDataReceivedNotification, TUint32, ReceivedBytes)
40 #endif // DATAMONITORMESSAGES_INL