mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 11:37:54 +00:00
First claim version...
This commit is contained in:
@@ -31,7 +31,8 @@ namespace OpenWifi {
|
||||
void DoPost() final;
|
||||
void DoPut() final;
|
||||
void DoDelete() final;
|
||||
void PerformClaim(const std::string &SerialNumber, const std::string & Claimer , const std::string & ClaimId);
|
||||
void PerformClaim(const std::string &SerialNumber, const std::string & Claimer ,
|
||||
std::string & ClaimId, uint64_t &ErrorCode, Poco::JSON::Object &Answer);
|
||||
InventoryDB &DB_;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user