equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
24 |
24 |
25 #ifndef QOS3GPP_SUBCONPARAMS_H |
25 #ifndef QOS3GPP_SUBCONPARAMS_H |
26 #define QOS3GPP_SUBCONPARAMS_H |
26 #define QOS3GPP_SUBCONPARAMS_H |
27 |
27 |
28 #include <es_sock.h> |
28 #include <es_sock.h> |
29 #include <comms-infras/metadata.h> |
|
30 #include <comms-infras/metatype.h> |
|
31 |
29 |
32 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
30 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
33 #include <etelqos.h> |
31 #include <etelqos.h> |
34 #else |
32 #else |
35 #include <eteldefaultqos.h> |
33 #include <eteldefaultqos.h> |
251 /** Multiple Flow Identifiers. */ |
249 /** Multiple Flow Identifiers. */ |
252 RFlowIdentifiers iFlowIds; |
250 RFlowIdentifiers iFlowIds; |
253 }; |
251 }; |
254 |
252 |
255 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
253 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
256 #include <networking/qos3GPP_subconparams_factory.h> |
254 #include <networking/qos3gpp_subconparams_factory.h> |
257 #endif |
255 #endif |
258 |
256 |
259 #include <networking/qos3gpp_subconparams.inl> |
257 #include <networking/qos3gpp_subconparams.inl> |
260 |
258 |
261 #endif |
259 #endif |