Call this to sync application file change. All this does is send the pathname of the file or dir, and the operator.

Return TypeFunction nameArguments
hzEcodehdbADP::DeltaOriginateFile(const char*,hzDeltaReq,)

Declared in file: hzDatabase.h
Defined in file : hdbADP.cpp

Function Logic:

0:START 1:unknown 2:Return E_OK 3:Return rc

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 ;
}