Move some files into contracts

This commit is contained in:
Vinnie Falco
2013-05-22 17:18:16 -07:00
parent 3bb61f6f1c
commit 3b801a4433
7 changed files with 52 additions and 36 deletions

View File

@@ -1,9 +1,6 @@
#ifndef __CONTRACT__
#define __CONTRACT__
#ifndef CONTRACT_H
#define CONTRACT_H
#include "SerializedLedger.h"
#include <boost/shared_ptr.hpp>
#include "ScriptData.h"
/*
Encapsulates the SLE for a Contract
*/

View File

@@ -1,12 +1,5 @@
#ifndef __INTERPRETER__
#define __INTERPRETER__
#include "uint256.h"
#include "Contract.h"
#include <boost/shared_ptr.hpp>
#include <vector>
#include "ScriptData.h"
#include "TransactionEngine.h"
#ifndef INTERPRETER_H
#define INTERPRETER_H
namespace Script {

View File

@@ -1,4 +1,5 @@
#include "Interpreter.h"
#ifndef OPERATION_H
#define OPERATION_H
namespace Script {
@@ -317,4 +318,7 @@ public:
}
#endif
// vim:ts=4

View File

@@ -1,7 +1,5 @@
#ifndef __SCRIPT_DATA__
#define __SCRIPT_DATA__
#include "uint256.h"
#include <boost/shared_ptr.hpp>
#ifndef SCRIPT_DATA_H
#define SCRIPT_DATA_H
namespace Script {
class Data