| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbObjRepos::Delete | (unsigned int,) |
Declared in file: hzDatabase.h
Defined in file : hdbObjRepos.cpp
Function Logic:
Function body:
hzEcode hdbObjRepos::Delete (unsigned int objId)
{
_hzfunc("hdbObjRepos::Delete") ;
_hdb_ck_initstate(m_Name, m_eReposInit, HDB_REPOS_OPEN) ;
return E_OK ;
}