|
|
@ -19,6 +19,14 @@
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
#include <map>
|
|
|
|
#include <map>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef LAUNCHPAD_API
|
|
|
|
|
|
|
|
#ifdef BUILDING_LAUNCHPAD
|
|
|
|
|
|
|
|
#define LAUNCHPAD_API __attribute__((visibility("default")))
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
#define LAUNCHPAD_API
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
extern const std::string AUTH_PLAINTEXT_CREDENTIALS_FILE;
|
|
|
|
extern const std::string AUTH_PLAINTEXT_CREDENTIALS_FILE;
|
|
|
|
|
|
|
|
|
|
|
|
bool read_plaintext_credentials_impl(std::string& consumer_key,
|
|
|
|
bool read_plaintext_credentials_impl(std::string& consumer_key,
|
|
|
|