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