00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: client.h 23 2005-01-24 23:54:15Z aquamaniac $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 00015 #ifndef CHIPCARD_SERVICE_CLIENT_H 00016 #define CHIPCARD_SERVICE_CLIENT_H 00017 00018 typedef struct LC_SERVICECLIENT LC_SERVICECLIENT; 00019 00020 00021 #include <gwenhywfar/misc.h> 00022 #include <gwenhywfar/inherit.h> 00023 00024 00025 GWEN_LIST_FUNCTION_DEFS(LC_SERVICECLIENT, LC_ServiceClient); 00026 GWEN_INHERIT_FUNCTION_DEFS(LC_SERVICECLIENT); 00027 00028 00029 00030 LC_SERVICECLIENT *LC_ServiceClient_new(GWEN_TYPE_UINT32 id); 00031 void LC_ServiceClient_free(LC_SERVICECLIENT *cl); 00032 00033 GWEN_TYPE_UINT32 LC_ServiceClient_GetClientId(const LC_SERVICECLIENT *cl); 00034 00035 const char *LC_ServiceClient_GetUserName(const LC_SERVICECLIENT *cl); 00036 void LC_ServiceClient_SetUserName(LC_SERVICECLIENT *cl, const char *s); 00037 00038 #endif /* CHIPCARD_SERVICE_CLIENT_H */ 00039 00040 00041 00042 00043
1.5.3