commit 2157affe45e699fe6feb0f40cce9b3208319fa8f Author: aboelhamd Date: Sat Apr 6 00:12:10 2019 +0200 modify transfer_literals class name diff --git a/src/ambiguous_chunker.h b/src/ambiguous_chunker.h index 7ef3231..46ed233 100644 --- a/src/ambiguous_chunker.h +++ b/src/ambiguous_chunker.h @@ -15,7 +15,8 @@ #include #include #include -#include "TranElemLiterals.h" + +#include "transfer_literals.h" #include "xml_operations.h" using namespace std; diff --git a/src/ambiguous_tansfer.cpp b/src/ambiguous_tansfer.cpp index ede7ae8..b075a40 100644 --- a/src/ambiguous_tansfer.cpp +++ b/src/ambiguous_tansfer.cpp @@ -13,12 +13,12 @@ #include #include -#include "TranElemLiterals.h" #include #include "ambiguous_chunker.h" #include "ambiguous_transfer.h" #include "case_handler.h" +#include "transfer_literals.h" using namespace std; using namespace elem; diff --git a/src/TranElemLiterals.h b/src/transfer_literals.h similarity index 96% rename from src/TranElemLiterals.h rename to src/transfer_literals.h index f6fd861..3dbf264 100644 --- a/src/TranElemLiterals.h +++ b/src/transfer_literals.h @@ -5,8 +5,8 @@ * Author: aboelhamd */ -#ifndef SRC_TRANELEMLITERALS_H_ -#define SRC_TRANELEMLITERALS_H_ +#ifndef SRC_TRANSFER_LITERALS_H_ +#define SRC_TRANSFER_LITERALS_H_ namespace elem { @@ -85,4 +85,4 @@ namespace elem const static char* MODELS = "models"; } -#endif /* SRC_TRANELEMLITERALS_H_ */ +#endif /* SRC_TRANSFER_LITERALS_H_ */