#include <gwenhywfar/misc.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>


Go to the source code of this file.
| typedef struct LCS_LOCKREQUEST LCS_LOCKREQUEST |
| LCS_LOCKREQUEST_LIST* LCS_LockRequest_List_dup | ( | const LCS_LOCKREQUEST_LIST * | stl | ) |
| LCS_LOCKREQUEST* LCS_LockRequest_new | ( | ) |
| void LCS_LockRequest_free | ( | LCS_LOCKREQUEST * | st | ) |
| void LCS_LockRequest_Attach | ( | LCS_LOCKREQUEST * | st | ) |
| LCS_LOCKREQUEST* LCS_LockRequest_dup | ( | const LCS_LOCKREQUEST * | st | ) |
| LCS_LOCKREQUEST* LCS_LockRequest_fromDb | ( | GWEN_DB_NODE * | db | ) |
| int LCS_LockRequest_toDb | ( | const LCS_LOCKREQUEST * | st, | |
| GWEN_DB_NODE * | db | |||
| ) |
| int LCS_LockRequest_IsModified | ( | const LCS_LOCKREQUEST * | st | ) |
| void LCS_LockRequest_SetModified | ( | LCS_LOCKREQUEST * | st, | |
| int | i | |||
| ) |
| GWEN_TYPE_UINT32 LCS_LockRequest_GetRequestId | ( | const LCS_LOCKREQUEST * | el | ) |
Returns the property LCS_LOCKREQUEST_RequestId
| void LCS_LockRequest_SetRequestId | ( | LCS_LOCKREQUEST * | el, | |
| GWEN_TYPE_UINT32 | d | |||
| ) |
Set the property LCS_LOCKREQUEST_RequestId
| GWEN_TYPE_UINT32 LCS_LockRequest_GetClientId | ( | const LCS_LOCKREQUEST * | el | ) |
Returns the property LCS_LOCKREQUEST_ClientId
| void LCS_LockRequest_SetClientId | ( | LCS_LOCKREQUEST * | el, | |
| GWEN_TYPE_UINT32 | d | |||
| ) |
Set the property LCS_LOCKREQUEST_ClientId
| const GWEN_TIME* LCS_LockRequest_GetLockTime | ( | const LCS_LOCKREQUEST * | el | ) |
Returns the property LCS_LOCKREQUEST_LockTime
| void LCS_LockRequest_SetLockTime | ( | LCS_LOCKREQUEST * | el, | |
| const GWEN_TIME * | d | |||
| ) |
Set the property LCS_LOCKREQUEST_LockTime
| int LCS_LockRequest_GetDuration | ( | const LCS_LOCKREQUEST * | el | ) |
Returns the property LCS_LOCKREQUEST_Duration
| void LCS_LockRequest_SetDuration | ( | LCS_LOCKREQUEST * | el, | |
| int | d | |||
| ) |
Set the property LCS_LOCKREQUEST_Duration
| const GWEN_TIME* LCS_LockRequest_GetLockUntil | ( | const LCS_LOCKREQUEST * | el | ) |
Returns the property LCS_LOCKREQUEST_LockUntil
| void LCS_LockRequest_SetLockUntil | ( | LCS_LOCKREQUEST * | el, | |
| const GWEN_TIME * | d | |||
| ) |
Set the property LCS_LOCKREQUEST_LockUntil
1.5.3