Fixed more missing namespaces
Summary: See the previous diffs, we pollute the global namespace here and there. Found some more missing namespace wrappers. Tried to wrap `FlipperStep` as well, which passed tests but gave weird linking errors in Wilde, so reverted that part (the name is not very ambiguous anyway) Reviewed By: cekkaewnumchai Differential Revision: D24193109 fbshipit-source-id: 111c479e421fdb321e898f948586229f30a7d777
This commit is contained in:
committed by
Facebook GitHub Bot
parent
05f4c0f54f
commit
ffbccf2331
@@ -57,7 +57,7 @@ std::string ConnectionContextStore::getCertificateSigningRequest() {
|
||||
|
||||
// Clean all state and generate a new one
|
||||
resetState();
|
||||
bool success = generateCertSigningRequest(
|
||||
bool success = facebook::flipper::generateCertSigningRequest(
|
||||
deviceData_.appId.c_str(),
|
||||
absoluteFilePath(CSR_FILE_NAME).c_str(),
|
||||
absoluteFilePath(PRIVATE_KEY_FILE).c_str());
|
||||
|
||||
Reference in New Issue
Block a user