Move trk stuff to src/shared.

This commit is contained in:
Friedemann Kleint
2009-09-17 09:25:12 +02:00
parent c17edee606
commit 4bbf4140c9
8 changed files with 22 additions and 15 deletions

View File

@@ -31,7 +31,7 @@
#define DEBUGGER_TRKGDBADAPTER_H
#include "trkutils.h"
#include "trkclient.h"
#include "trkdevice.h"
#include "abstractgdbadapter.h"
#include <QtCore/QDebug>
@@ -79,8 +79,8 @@ class TrkGdbAdapter : public AbstractGdbAdapter
public:
typedef trk::TrkResult TrkResult;
typedef Callback<const TrkResult &> TrkCallback;
typedef Callback<const GdbResult &> GdbCallback;
typedef trk::Callback<const TrkResult &> TrkCallback;
typedef trk::Callback<const GdbResult &> GdbCallback;
TrkGdbAdapter();
~TrkGdbAdapter();