equal
deleted
inserted
replaced
1 /* |
1 #ifndef __SNTPCLIENTENGINE_H__ |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 #define __SNTPCLIENTENGINE_H__/* |
|
3 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
4 * All rights reserved. |
4 * This component and the accompanying materials are made available |
5 * This component and the accompanying materials are made available |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
7 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
12 * Contributors: |
13 * Contributors: |
13 * |
14 * |
14 * Description: |
15 * Description: |
15 * |
16 * |
16 */ |
17 */ |
17 #ifndef __SNTPCLIENTENGINE_H__ |
18 |
18 #define __SNTPCLIENTENGINE_H__ |
|
19 |
19 |
20 #include <e32base.h> |
20 #include <e32base.h> |
21 #include <es_sock.h> |
21 #include <es_sock.h> |
22 #include <in_sock.h> |
22 #include <in_sock.h> |
23 |
23 |