Lots of work on debugging diff xmit
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "streambuffer.hpp"
|
||||
#include "debugcollector.hpp"
|
||||
|
||||
class SourceDB {
|
||||
private:
|
||||
@@ -155,7 +156,7 @@ public:
|
||||
// The patch routine returns true if anything was modified.
|
||||
//
|
||||
void diff(const SourceDB &auth, StreamBuffer *sb);
|
||||
bool patch(StreamBuffer *sb);
|
||||
bool patch(StreamBuffer *sb, DebugCollector *dbc);
|
||||
|
||||
// run_unittests
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user