Remove C+ Change modules
This commit is contained in:
parent
997cf5efe0
commit
51b1b34d03
@ -1,16 +0,0 @@
|
||||
#ifndef CHANGEOPERATION_H
|
||||
#define CHANGEOPERATION_H
|
||||
|
||||
#include "ChangeUnit.h"
|
||||
#include <list>
|
||||
#include <stdlib.h>
|
||||
|
||||
class ChangeOperation
|
||||
{
|
||||
public:
|
||||
size_t parent;
|
||||
std::list<ChangeUnit> changes;
|
||||
std::list<size_t> children;
|
||||
};
|
||||
|
||||
#endif
|
@ -1,15 +0,0 @@
|
||||
#ifndef CHANGEUNIT_H
|
||||
#define CHANGEUNIT_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
class ChangeUnit
|
||||
{
|
||||
public:
|
||||
size_t change_buffer_offset;
|
||||
size_t length;
|
||||
size_t buffer_position;
|
||||
bool insert;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user