2013-01-17 19:39:09 +01:00
|
|
|
// Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights
|
2010-10-24 18:41:21 +02:00
|
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
|
|
// can be found in the LICENSE file.
|
|
|
|
//
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
//
|
2011-12-08 02:38:30 +01:00
|
|
|
// This file was generated by the CEF translator tool. If making changes by
|
|
|
|
// hand only do so within the body of existing method and function
|
|
|
|
// implementations. See the translator.README.txt file in the tools directory
|
|
|
|
// for more information.
|
2010-10-24 18:41:21 +02:00
|
|
|
//
|
2011-12-08 02:38:30 +01:00
|
|
|
|
2012-01-10 00:46:23 +01:00
|
|
|
#ifndef CEF_LIBCEF_DLL_CPPTOC_ZIP_READER_CPPTOC_H_
|
|
|
|
#define CEF_LIBCEF_DLL_CPPTOC_ZIP_READER_CPPTOC_H_
|
|
|
|
#pragma once
|
2010-10-24 18:41:21 +02:00
|
|
|
|
|
|
|
#ifndef BUILDING_CEF_SHARED
|
|
|
|
#pragma message("Warning: "__FILE__" may be accessed DLL-side only")
|
2012-01-10 00:46:23 +01:00
|
|
|
#else // BUILDING_CEF_SHARED
|
2010-10-24 18:41:21 +02:00
|
|
|
|
2011-12-23 18:36:30 +01:00
|
|
|
#include "include/cef_zip_reader.h"
|
|
|
|
#include "include/capi/cef_zip_reader_capi.h"
|
2010-10-24 18:41:21 +02:00
|
|
|
#include "libcef_dll/cpptoc/cpptoc.h"
|
|
|
|
|
|
|
|
// Wrap a C++ class with a C structure.
|
|
|
|
// This class may be instantiated and accessed DLL-side only.
|
|
|
|
class CefZipReaderCppToC
|
2012-01-10 00:46:23 +01:00
|
|
|
: public CefCppToC<CefZipReaderCppToC, CefZipReader, cef_zip_reader_t> {
|
|
|
|
public:
|
|
|
|
explicit CefZipReaderCppToC(CefZipReader* cls);
|
2010-10-24 18:41:21 +02:00
|
|
|
virtual ~CefZipReaderCppToC() {}
|
|
|
|
};
|
|
|
|
|
2012-01-10 00:46:23 +01:00
|
|
|
#endif // BUILDING_CEF_SHARED
|
|
|
|
#endif // CEF_LIBCEF_DLL_CPPTOC_ZIP_READER_CPPTOC_H_
|
2010-10-24 18:41:21 +02:00
|
|
|
|