|
|
@ -33,7 +33,7 @@ public:
|
|
|
|
/// filePath: [out] ex. /games/nel/stream/00/00/000000000..
|
|
|
|
/// filePath: [out] ex. /games/nel/stream/00/00/000000000..
|
|
|
|
/// hash: [in]
|
|
|
|
/// hash: [in]
|
|
|
|
/// name: [in] name for debugging
|
|
|
|
/// name: [in] name for debugging
|
|
|
|
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "");
|
|
|
|
virtual bool getFile(std::string &filePath, const CHashKey &hash, const std::string &name = "") = 0;
|
|
|
|
|
|
|
|
|
|
|
|
}; /* class IStreamedPackageProvider */
|
|
|
|
}; /* class IStreamedPackageProvider */
|
|
|
|
|
|
|
|
|
|
|
|