Document parameters

feature/pre-code-move
kaetemi 5 years ago
parent ef058b10ff
commit f66a8b8fdc

@ -32,7 +32,7 @@ public:
/// Download a file. This call is blocking
/// filePath: [out] ex. /games/nel/stream/00/00/000000000..
/// hash: [in]
/// name: [in] name for debugging
/// name: [in] name for debugging purposes
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "") = 0;
}; /* class IStreamedPackageProvider */

@ -51,6 +51,7 @@ public:
/// Download a file. This call is blocking
/// filePath: [out] ex. /games/nel/stream/00/00/000000000..
/// hash: [in]
/// name: [in] name for debugging purposes
virtual bool getFile(std::string &filePath, const NLMISC::CHashKey &hash, const std::string &name) NL_OVERRIDE;
public:

Loading…
Cancel
Save