equal
deleted
inserted
replaced
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1997-2009 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // Header file for the Automated Test Tool |
14 // Header file for the Automated Test Tool |
15 // |
15 // |
16 // |
16 // |
17 |
|
18 |
|
19 |
17 |
20 /** |
18 /** |
21 @file |
19 @file |
22 @publishedAll |
20 @publishedAll |
23 @released |
21 @released |
176 |
174 |
177 GetIap()/SetIap() - Accessor functions for Internet Access Point. |
175 GetIap()/SetIap() - Accessor functions for Internet Access Point. |
178 GetSourceAdress()/SetSourceAdress() - Accessor functions for source end points. |
176 GetSourceAdress()/SetSourceAdress() - Accessor functions for source end points. |
179 GetDestAdress()/SetDestAdress() - Accessor functions for destination end points. |
177 GetDestAdress()/SetDestAdress() - Accessor functions for destination end points. |
180 |
178 |
181 @internalComponent |
179 @publishedAll |
182 @released since v9.1 */ |
180 @released since v9.1 */ |
183 { |
181 { |
184 public: |
182 public: |
185 inline CSubConGenEventDataClientBase(); |
183 inline CSubConGenEventDataClientBase(); |
186 inline TUint GetIap() const; |
184 inline TUint GetIap() const; |
269 DATA_VTABLE |
267 DATA_VTABLE |
270 |
268 |
271 TInt iError; |
269 TInt iError; |
272 }; |
270 }; |
273 |
271 |
274 /** Sub connection generic event factory. |
|
275 |
|
276 @internalComponent |
|
277 @released since v9.1 */ |
|
278 class CSubConGenEventsFactory : public CBase |
|
279 { |
|
280 public: |
|
281 static CSubConNotificationEvent* NewL(TAny* aConstructionParameters); |
|
282 }; |
|
283 |
272 |
284 #include <cs_subconevents.inl> |
273 #include <cs_subconevents.inl> |
285 #endif // __CS_SUBCONEVENTS_H__ |
274 #endif // __CS_SUBCONEVENTS_H__ |
|
275 |