equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-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". |
18 CAPABILITY All -Tcb |
18 CAPABILITY All -Tcb |
19 |
19 |
20 USERINCLUDE . |
20 USERINCLUDE . |
21 USERINCLUDE ../SRC/Server |
21 USERINCLUDE ../SRC/Server |
22 USERINCLUDE ../SRC/Common |
22 USERINCLUDE ../SRC/Common |
23 USERINCLUDE ../SRC/Common/Trace |
23 USERINCLUDE ../traces_SqlSrv |
24 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
24 #ifdef SYMBIAN_USE_SQLITE_VERSION_3_6_4 |
25 USERINCLUDE ../SQLite364 |
25 USERINCLUDE ../SQLite364 |
26 #else |
26 #else |
27 USERINCLUDE ../SQLite |
27 USERINCLUDE ../SQLite |
28 #endif |
28 #endif |