Refactor exceptions and provide comment function.

This commit is contained in:
chriseth
2017-07-13 11:34:03 +02:00
parent 757c500bda
commit 09e821619e
9 changed files with 83 additions and 44 deletions
+6 -5
View File
@@ -14,13 +14,14 @@
You should have received a copy of the GNU General Public License
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file Assembly.cpp
* @author Gav Wood <i@gavwood.com>
* @date 2014
*/
#include "AssemblyItem.h"
#include <libevmasm/AssemblyItem.h>
#include <libevmasm/SemanticInformation.h>
#include <libdevcore/CommonData.h>
#include <libdevcore/FixedHash.h>
#include <fstream>
using namespace std;
+5 -5
View File
@@ -14,13 +14,13 @@
You should have received a copy of the GNU General Public License
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file GasMeter.cpp
* @author Christian <c@ethdev.com>
* @date 2015
*/
#include "GasMeter.h"
#include <libevmasm/GasMeter.h>
#include <libevmasm/KnownState.h>
#include <libdevcore/FixedHash.h>
using namespace std;
using namespace dev;
using namespace dev::eth;