diff -r 7d4490026038 -r 44f437012c90 persistentstorage/sqlite3api/TEST/sqliteTestUtl.h --- a/persistentstorage/sqlite3api/TEST/sqliteTestUtl.h Mon Sep 27 11:59:56 2010 +0100 +++ b/persistentstorage/sqlite3api/TEST/sqliteTestUtl.h Tue Oct 19 16:26:13 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -45,6 +45,13 @@ void PrintSI(const char* fmt, const char* s, int a1); void PrintS(const char* fmt, const char* s); +void ThreadPrint(const char* msg); +void ThreadPrintI(const char* fmt, int a1); +void ThreadPrintIII(const char* fmt, int a1, int a2, int a3); +void ThreadPrintII64I64(const char* fmt, int a1, __int64 a2, __int64 a3); +void ThreadPrintSI(const char* fmt, const char* s, int a1); +void ThreadPrintS(const char* fmt, const char* s); + void CreatePrivateDir(void); #ifdef __cplusplus