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

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

#include "xlib_xcb_loader.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_XLIB_XCB_LOADER_H_DLOPEN) && !defined(LIBRARY_LOADER_XLIB_XCB_LOADER_H_DT_NEEDED)
#error neither LIBRARY_LOADER_XLIB_XCB_LOADER_H_DLOPEN nor LIBRARY_LOADER_XLIB_XCB_LOADER_H_DT_NEEDED defined
#endif
#if defined(LIBRARY_LOADER_XLIB_XCB_LOADER_H_DLOPEN) && defined(LIBRARY_LOADER_XLIB_XCB_LOADER_H_DT_NEEDED)
#error both LIBRARY_LOADER_XLIB_XCB_LOADER_H_DLOPEN and LIBRARY_LOADER_XLIB_XCB_LOADER_H_DT_NEEDED defined
#endif

XlibXcbLoader::XlibXcbLoader() :{}

XlibXcbLoader::~XlibXcbLoader() {}

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

void XlibXcbLoader::CleanUp(bool unload) {}