// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Auto-generated by com_mock.py MOCK_METHOD1_WITH_CALLTYPE(__stdcall, CreateApplication, HRESULT( IDebugApplication *__RPC_FAR *ppda)); MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetDefaultApplication, HRESULT( IDebugApplication *__RPC_FAR *ppda)); MOCK_METHOD2_WITH_CALLTYPE(__stdcall, AddApplication, HRESULT( IDebugApplication *pda, DWORD *pdwAppCookie)); MOCK_METHOD1_WITH_CALLTYPE(__stdcall, RemoveApplication, HRESULT( DWORD dwAppCookie)); MOCK_METHOD2_WITH_CALLTYPE(__stdcall, CreateDebugDocumentHelper, HRESULT( IUnknown *punkOuter, IDebugDocumentHelper *__RPC_FAR *pddh));