Update Documents

Former-commit-id: b03de7c17c53dad9aa471eccc3841a2d0e4bd410
pull/191/head
jinhai 2019-05-14 11:54:43 +08:00
parent b48988b0f6
commit 541c2ecc3d
2 changed files with 0 additions and 30 deletions

View File

@ -1,14 +0,0 @@
#include "License.h"
namespace zilliz {
namespace vecwise {
namespace server {
ServerError
LicenseValidate(const std::string& path) {
return SERVER_SUCCESS;
}
}
}
}

View File

@ -1,16 +0,0 @@
#pragma once
#include "utils/Error.h"
namespace zilliz {
namespace vecwise {
namespace server {
ServerError
LicenseValidate(const std::string& path);
}
}
}