AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ GetVersionInfo()

virtual DcppHandlerRet GitTask::GetVersionInfo ( StatusType *  status)
protectedvirtual

Send the parameter get message which fetchs the version details.

This method fetchs the task version details

The default version sends a MGET message to the task to fetch the value of the ENQ_VER_DATE, ENQ_VER_NUM and ENQ_VER_DESCR parameters. It then returns DcppReschedule. On completion, it sets the values appropiately and invokes HandleVerComp() to continue the operation. Inheritors which send the message themselves should also do this.

Note
The default implementation does not consider it an error if the version information is not available, through it does report the failure using ErsOut(), before invoking HandleVerComp().
Returns
DcppReschedule if a message was send, otherwise DcppFinished.
Parameters
statusInherited status