1 // Copyright (c) 2021 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 // $hash=81e02ced6b0354b18971801f02dee14243699b79$ 13 // 14 15 #include "libcef_dll/ctocpp/views/menu_button_pressed_lock_ctocpp.h" 16 #include "libcef_dll/shutdown_checker.h" 17 18 // CONSTRUCTOR - Do not edit by hand. 19 CefMenuButtonPressedLockCToCpp()20CefMenuButtonPressedLockCToCpp::CefMenuButtonPressedLockCToCpp() {} 21 22 // DESTRUCTOR - Do not edit by hand. 23 ~CefMenuButtonPressedLockCToCpp()24CefMenuButtonPressedLockCToCpp::~CefMenuButtonPressedLockCToCpp() { 25 shutdown_checker::AssertNotShutdown(); 26 } 27 28 template <> 29 cef_menu_button_pressed_lock_t* CefCToCppRefCounted< 30 CefMenuButtonPressedLockCToCpp, 31 CefMenuButtonPressedLock, UnwrapDerived(CefWrapperType type,CefMenuButtonPressedLock * c)32 cef_menu_button_pressed_lock_t>::UnwrapDerived(CefWrapperType type, 33 CefMenuButtonPressedLock* 34 c) { 35 NOTREACHED() << "Unexpected class type: " << type; 36 return nullptr; 37 } 38 39 template <> 40 CefWrapperType 41 CefCToCppRefCounted<CefMenuButtonPressedLockCToCpp, 42 CefMenuButtonPressedLock, 43 cef_menu_button_pressed_lock_t>::kWrapperType = 44 WT_MENU_BUTTON_PRESSED_LOCK; 45