00001 00005 /* 00006 * ============================================================================== 00007 * Name : auth.h 00008 * Part of : Open C/Example code 00009 * Description : This is used to handle user authentication. 00010 * 00011 * Version : 1.0 00012 * 00013 * Copyright (c) 2007 Nokia Corporation. 00014 * This material, including documentation and any related 00015 * computer programs, is protected by copyright controlled by 00016 * Nokia Corporation. 00017 * ============================================================================== 00018 */ 00019 00020 #ifndef AUTH_H 00021 #define AUTH_H 00022 00023 // system include 00024 #include <_ansi.h> 00025 #include <e32def.h> 00026 00027 #ifdef __cplusplus 00028 extern "C" { 00029 #endif 00030 00031 00032 IMPORT_C TInt GetDllInt(); 00033 IMPORT_C void GetDllString(char *str); 00034 IMPORT_C void SetDllInt(const int i); 00035 IMPORT_C void SetDllString(char *str); 00036 00037 #ifdef __cplusplus 00038 } 00039 #endif 00040 00041 #endif // AUTH_H 00042 00043 // End of file
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.