Call this to sync application file change. All this does is send the pathname of the file or dir, and the operator.
| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbADP::DeltaOriginateFile | (const char*,hzDeltaReq,) |
Declared in file: hzDatabase.h
Defined in file : hdbADP.cpp
Function Logic:
Function body:
hzEcode hdbADP::DeltaOriginateFile (const char* filepath)hzDeltaReq eOp,
{
// Call this to sync application file change. All this does is send the pathname of the file or dir, and the operator.
_hzfunc(__func__) ;
hzEcode rc = E_OK ; // Return code
if (m_eDeltaMode == DELTA_MODE_NULL)
return E_OK ;
return rc ;
}