From 4ca3bb9f065bc5a3f7e984dac0cd9c2adbad6628 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Tue, 16 Jun 2015 09:53:40 -0400 Subject: [PATCH] rename short to call --- .../{short_order_evaluator.cpp => call_order_evaluator.cpp} | 0 .../{short_order_evaluator.hpp => call_order_evaluator.hpp} | 0 .../chain/{short_order_object.hpp => call_order_object.hpp} | 1 - 3 files changed, 1 deletion(-) rename libraries/chain/{short_order_evaluator.cpp => call_order_evaluator.cpp} (100%) rename libraries/chain/include/graphene/chain/{short_order_evaluator.hpp => call_order_evaluator.hpp} (100%) rename libraries/chain/include/graphene/chain/{short_order_object.hpp => call_order_object.hpp} (98%) diff --git a/libraries/chain/short_order_evaluator.cpp b/libraries/chain/call_order_evaluator.cpp similarity index 100% rename from libraries/chain/short_order_evaluator.cpp rename to libraries/chain/call_order_evaluator.cpp diff --git a/libraries/chain/include/graphene/chain/short_order_evaluator.hpp b/libraries/chain/include/graphene/chain/call_order_evaluator.hpp similarity index 100% rename from libraries/chain/include/graphene/chain/short_order_evaluator.hpp rename to libraries/chain/include/graphene/chain/call_order_evaluator.hpp diff --git a/libraries/chain/include/graphene/chain/short_order_object.hpp b/libraries/chain/include/graphene/chain/call_order_object.hpp similarity index 98% rename from libraries/chain/include/graphene/chain/short_order_object.hpp rename to libraries/chain/include/graphene/chain/call_order_object.hpp index 1036b743..5c1f8b67 100644 --- a/libraries/chain/include/graphene/chain/short_order_object.hpp +++ b/libraries/chain/include/graphene/chain/call_order_object.hpp @@ -120,7 +120,6 @@ namespace graphene { namespace chain { > force_settlement_object_multi_index_type; - typedef generic_index short_order_index; typedef generic_index call_order_index; typedef generic_index force_settlement_index; } } // graphene::chain