]> git.sesse.net Git - casparcg/blob - dependencies64/cef/linux/libcef_dll/ctocpp/print_job_callback_ctocpp.cc
74d0dc29102beb7bdb042927edde055f2ec748c6
[casparcg] / dependencies64 / cef / linux / libcef_dll / ctocpp / print_job_callback_ctocpp.cc
1 // Copyright (c) 2017 The Chromium Embedded Framework Authors. All rights
2 // reserved. Use of this source code is governed by a BSD-style license that
3 // can be found in the LICENSE file.
4 //
5 // ---------------------------------------------------------------------------
6 //
7 // This file was generated by the CEF translator tool. If making changes by
8 // hand only do so within the body of existing method and function
9 // implementations. See the translator.README.txt file in the tools directory
10 // for more information.
11 //
12
13 #include "libcef_dll/ctocpp/print_job_callback_ctocpp.h"
14
15
16 // VIRTUAL METHODS - Body may be edited by hand.
17
18 void CefPrintJobCallbackCToCpp::Continue() {
19   cef_print_job_callback_t* _struct = GetStruct();
20   if (CEF_MEMBER_MISSING(_struct, cont))
21     return;
22
23   // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
24
25   // Execute
26   _struct->cont(_struct);
27 }
28
29
30 // CONSTRUCTOR - Do not edit by hand.
31
32 CefPrintJobCallbackCToCpp::CefPrintJobCallbackCToCpp() {
33 }
34
35 template<> cef_print_job_callback_t* CefCToCppRefCounted<CefPrintJobCallbackCToCpp,
36     CefPrintJobCallback, cef_print_job_callback_t>::UnwrapDerived(
37     CefWrapperType type, CefPrintJobCallback* c) {
38   NOTREACHED() << "Unexpected class type: " << type;
39   return NULL;
40 }
41
42 #if DCHECK_IS_ON()
43 template<> base::AtomicRefCount CefCToCppRefCounted<CefPrintJobCallbackCToCpp,
44     CefPrintJobCallback, cef_print_job_callback_t>::DebugObjCt = 0;
45 #endif
46
47 template<> CefWrapperType CefCToCppRefCounted<CefPrintJobCallbackCToCpp,
48     CefPrintJobCallback, cef_print_job_callback_t>::kWrapperType =
49     WT_PRINT_JOB_CALLBACK;