Clean up code

This commit is contained in:
Friedemann Kleint
2009-02-23 14:46:46 +01:00
parent c8bdd0bee4
commit 49cadd0e05
6 changed files with 209 additions and 85 deletions

View File

@@ -34,6 +34,9 @@
#ifndef DEBUGGER_CDBOUTPUT_H
#define DEBUGGER_CDBOUTPUT_H
#include <windows.h>
#include <inc/dbgeng.h>
namespace Debugger {
namespace Internal {
@@ -42,9 +45,7 @@ class CdbDebugEngine;
class CdbDebugOutput : public IDebugOutputCallbacks
{
public:
CdbDebugOutput(CdbDebugEngine* engine)
: m_pEngine(engine)
{}
explicit CdbDebugOutput(CdbDebugEngine* engine);
// IUnknown.
STDMETHOD(QueryInterface)(