persistentstorage/sqlite3api/TEST/sqliteTestUtl.h
changeset 55 44f437012c90
parent 40 b8bdbc8f59c7
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    43 void PrintIII(const char* fmt, int a1, int a2, int a3);
    43 void PrintIII(const char* fmt, int a1, int a2, int a3);
    44 void PrintII64I64(const char* fmt, int a1, __int64 a2, __int64 a3);
    44 void PrintII64I64(const char* fmt, int a1, __int64 a2, __int64 a3);
    45 void PrintSI(const char* fmt, const char* s, int a1);
    45 void PrintSI(const char* fmt, const char* s, int a1);
    46 void PrintS(const char* fmt, const char* s);
    46 void PrintS(const char* fmt, const char* s);
    47 
    47 
       
    48 void ThreadPrint(const char* msg);
       
    49 void ThreadPrintI(const char* fmt, int a1);
       
    50 void ThreadPrintIII(const char* fmt, int a1, int a2, int a3);
       
    51 void ThreadPrintII64I64(const char* fmt, int a1, __int64 a2, __int64 a3);
       
    52 void ThreadPrintSI(const char* fmt, const char* s, int a1);
       
    53 void ThreadPrintS(const char* fmt, const char* s);
       
    54 
    48 void CreatePrivateDir(void);
    55 void CreatePrivateDir(void);
    49 
    56 
    50 #ifdef __cplusplus
    57 #ifdef __cplusplus
    51 }
    58 }
    52 #endif
    59 #endif