chromium/out/Default/gen/library_loaders/libspeechd.cc

// This is generated file. Do not modify directly.
// Path to the code generator: tools/generate_library_loader/generate_library_loader.py .

#include "libspeechd.h"

#include <dlfcn.h>

// Put these sanity checks here so that they fire at most once
// (to avoid cluttering the build output).
#if !defined(LIBRARY_LOADER_LIBSPEECHD_H_DLOPEN) && !defined(LIBRARY_LOADER_LIBSPEECHD_H_DT_NEEDED)
#error neither LIBRARY_LOADER_LIBSPEECHD_H_DLOPEN nor LIBRARY_LOADER_LIBSPEECHD_H_DT_NEEDED defined
#endif
#if defined(LIBRARY_LOADER_LIBSPEECHD_H_DLOPEN) && defined(LIBRARY_LOADER_LIBSPEECHD_H_DT_NEEDED)
#error both LIBRARY_LOADER_LIBSPEECHD_H_DLOPEN and LIBRARY_LOADER_LIBSPEECHD_H_DT_NEEDED defined
#endif

LibSpeechdLoader::LibSpeechdLoader() :{}

LibSpeechdLoader::~LibSpeechdLoader() {}

bool LibSpeechdLoader::Load(const std::string& library_name) {}

void LibSpeechdLoader::CleanUp(bool unload) {}