AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ DoGetPath()

virtual void drama::git::Path::DoGetPath ( thread::TMessHandler action)
protectedvirtual

Get the path to the task, loading if needed.

This method does the getting of the path. The standard behavior is a standard drama::Path::GetPath operation, which is all that is needed in most cases, but A sub-class might want to override this.

Parameters
actionA pointer to the threaded action which is executing this operation.