From f6fb4ad66985a09ba74823be776b80d1a750b9fe Mon Sep 17 00:00:00 2001 From: Marcin Masternak Date: Tue, 2 Feb 2016 11:36:50 +0100 Subject: [PATCH] [prediction] #ifndef ___H_ convention apply. Change-Id: I55a3ad34b6b239ae1b759211e9db51e8e8b28656 Signed-off-by: Marcin Masternak --- src/statistics/prediction/assoc_rule.h | 6 +++--- src/statistics/prediction/assoc_rule_miner.h | 6 +++--- src/statistics/prediction/assoc_rule_of_ids.h | 6 +++--- src/statistics/prediction/assoc_rule_producer.h | 6 +++--- src/statistics/prediction/basket.h | 6 +++--- src/statistics/prediction/basket_compressor.h | 6 +++--- src/statistics/prediction/basket_filter.h | 6 +++--- src/statistics/prediction/basket_producer.h | 6 +++--- src/statistics/prediction/baskets_agregator.h | 6 +++--- src/statistics/prediction/event.h | 6 +++--- src/statistics/prediction/event_set.h | 6 +++--- src/statistics/prediction/i_item_id_filter.h | 6 +++--- src/statistics/prediction/interval.h | 6 +++--- src/statistics/prediction/item.h | 6 +++--- src/statistics/prediction/item_catalogue.h | 6 +++--- src/statistics/prediction/item_id_set.h | 6 +++--- src/statistics/prediction/item_set.h | 6 +++--- src/statistics/prediction/item_string_converter.h | 6 +++--- src/statistics/prediction/single_category_item_id_filter.h | 6 +++--- src/statistics/prediction/weight_apriori.h | 6 +++--- 20 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/statistics/prediction/assoc_rule.h b/src/statistics/prediction/assoc_rule.h index 252684e..20d195d 100644 --- a/src/statistics/prediction/assoc_rule.h +++ b/src/statistics/prediction/assoc_rule.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_ASSOC_RULE_H_ -#define INCLUDE_ASSOC_RULE_H_ +#ifndef _PREDICTION_ASSOC_RULE_H_ +#define _PREDICTION_ASSOC_RULE_H_ #include "item_set.h" #include @@ -44,4 +44,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_ASSOC_RULE_H_ */ +#endif /* _PREDICTION_ASSOC_RULE_H_ */ diff --git a/src/statistics/prediction/assoc_rule_miner.h b/src/statistics/prediction/assoc_rule_miner.h index 6d57e3f..a9c9e97 100644 --- a/src/statistics/prediction/assoc_rule_miner.h +++ b/src/statistics/prediction/assoc_rule_miner.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ASSOC_RULE_MINER_H_ -#define ASSOC_RULE_MINER_H_ +#ifndef _PREDICTION_ASSOC_RULE_MINER_H_ +#define _PREDICTION_ASSOC_RULE_MINER_H_ #include #include @@ -49,4 +49,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* ASSOC_RULE_MINER_H_ */ +#endif /* _PREDICTION_ASSOC_RULE_MINER_H_ */ diff --git a/src/statistics/prediction/assoc_rule_of_ids.h b/src/statistics/prediction/assoc_rule_of_ids.h index b7dea9a..9597a55 100644 --- a/src/statistics/prediction/assoc_rule_of_ids.h +++ b/src/statistics/prediction/assoc_rule_of_ids.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ASSOC_RULE_OF_IDS_H_ -#define ASSOC_RULE_OF_IDS_H_ +#ifndef _PREDICTION_ASSOC_RULE_OF_IDS_H_ +#define _PREDICTION_ASSOC_RULE_OF_IDS_H_ #include "item_id_set.h" @@ -41,4 +41,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* ASSOC_RULE_OF_IDS_H_ */ +#endif /* _PREDICTION_ASSOC_RULE_OF_IDS_H_ */ diff --git a/src/statistics/prediction/assoc_rule_producer.h b/src/statistics/prediction/assoc_rule_producer.h index 03eaecf..2b02b79 100644 --- a/src/statistics/prediction/assoc_rule_producer.h +++ b/src/statistics/prediction/assoc_rule_producer.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ASSOC_RULE_PRODUCER_H_ -#define ASSOC_RULE_PRODUCER_H_ +#ifndef _PREDICTION_ASSOC_RULE_PRODUCER_H_ +#define _PREDICTION_ASSOC_RULE_PRODUCER_H_ #include "assoc_rule_of_ids.h" #include "basket.h" @@ -41,4 +41,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* ASSOC_RULE_PRODUCER_H_ */ +#endif /* _PREDICTION_ASSOC_RULE_PRODUCER_H_ */ diff --git a/src/statistics/prediction/basket.h b/src/statistics/prediction/basket.h index 2b40eb6..1adb851 100644 --- a/src/statistics/prediction/basket.h +++ b/src/statistics/prediction/basket.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_BASKET_H_ -#define INCLUDE_BASKET_H_ +#ifndef _PREDICTION_BASKET_H_ +#define _PREDICTION_BASKET_H_ #include "item_id_set.h" #include @@ -45,4 +45,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_BASKET_H_ */ +#endif /* _PREDICTION_BASKET_H_ */ diff --git a/src/statistics/prediction/basket_compressor.h b/src/statistics/prediction/basket_compressor.h index a0f5a95..776f074 100644 --- a/src/statistics/prediction/basket_compressor.h +++ b/src/statistics/prediction/basket_compressor.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef BASKET_COMPRESSOR_H_ -#define BASKET_COMPRESSOR_H_ +#ifndef _PREDICTION_BASKET_COMPRESSOR_H_ +#define _PREDICTION_BASKET_COMPRESSOR_H_ #include #include @@ -35,4 +35,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* BASKET_COMPRESSOR_H_ */ +#endif /* _PREDICTION_BASKET_COMPRESSOR_H_ */ diff --git a/src/statistics/prediction/basket_filter.h b/src/statistics/prediction/basket_filter.h index 18a03fd..6f8a114 100644 --- a/src/statistics/prediction/basket_filter.h +++ b/src/statistics/prediction/basket_filter.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef BASKET_FILTER_H_ -#define BASKET_FILTER_H_ +#ifndef _PREDICTION_BASKET_FILTER_H_ +#define _PREDICTION_BASKET_FILTER_H_ #include "basket.h" #include "i_item_id_filter.h" @@ -35,4 +35,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* BASKET_FILTER_H_ */ +#endif /* _PREDICTION_BASKET_FILTER_H_ */ diff --git a/src/statistics/prediction/basket_producer.h b/src/statistics/prediction/basket_producer.h index c265d94..f2c9757 100644 --- a/src/statistics/prediction/basket_producer.h +++ b/src/statistics/prediction/basket_producer.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_BASKET_PRODUCER_H_ -#define INCLUDE_BASKET_PRODUCER_H_ +#ifndef _PREDICTION_BASKET_PRODUCER_H_ +#define _PREDICTION_BASKET_PRODUCER_H_ #include "event.h" #include "basket.h" @@ -47,4 +47,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_BASKET_PRODUCER_H_ */ +#endif /* _PREDICTION_BASKET_PRODUCER_H_ */ diff --git a/src/statistics/prediction/baskets_agregator.h b/src/statistics/prediction/baskets_agregator.h index e3093fe..5ce18c0 100644 --- a/src/statistics/prediction/baskets_agregator.h +++ b/src/statistics/prediction/baskets_agregator.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_BASKETS_AGREGATOR_H_ -#define INCLUDE_BASKETS_AGREGATOR_H_ +#ifndef _PREDICTION_BASKETS_AGREGATOR_H_ +#define _PREDICTION_BASKETS_AGREGATOR_H_ #include #include @@ -38,4 +38,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_BASKETS_AGREGATOR_H_ */ +#endif /* _PREDICTION_BASKETS_AGREGATOR_H_ */ diff --git a/src/statistics/prediction/event.h b/src/statistics/prediction/event.h index 029296f..99048e4 100644 --- a/src/statistics/prediction/event.h +++ b/src/statistics/prediction/event.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_EVENT_H_ -#define INCLUDE_EVENT_H_ +#ifndef _PREDICTION_EVENT_H_ +#define _PREDICTION_EVENT_H_ #include "item.h" #include "interval.h" @@ -38,4 +38,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_EVENT_H_ */ +#endif /* _PREDICTION_EVENT_H_ */ diff --git a/src/statistics/prediction/event_set.h b/src/statistics/prediction/event_set.h index dda0bc2..e097ece 100644 --- a/src/statistics/prediction/event_set.h +++ b/src/statistics/prediction/event_set.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_EVENT_SET_H_ -#define INCLUDE_EVENT_SET_H_ +#ifndef _PREDICTION_EVENT_SET_H_ +#define _PREDICTION_EVENT_SET_H_ #include "event.h" @@ -25,4 +25,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_EVENT_SET_H_ */ +#endif /* _PREDICTION_EVENT_SET_H_ */ diff --git a/src/statistics/prediction/i_item_id_filter.h b/src/statistics/prediction/i_item_id_filter.h index dd4c386..1a8ac45 100644 --- a/src/statistics/prediction/i_item_id_filter.h +++ b/src/statistics/prediction/i_item_id_filter.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef I_ITEM_ID_FILTER_H_ -#define I_ITEM_ID_FILTER_H_ +#ifndef _PREDICTION_I_ITEM_ID_FILTER_H_ +#define _PREDICTION_I_ITEM_ID_FILTER_H_ namespace ctx { @@ -29,4 +29,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* I_ITEM_ID_FILTER_H_ */ +#endif /* _PREDICTION_I_ITEM_ID_FILTER_H_ */ diff --git a/src/statistics/prediction/interval.h b/src/statistics/prediction/interval.h index 2153aa0..3576da1 100644 --- a/src/statistics/prediction/interval.h +++ b/src/statistics/prediction/interval.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_INTERVAL_H_ -#define INCLUDE_INTERVAL_H_ +#ifndef _PREDICTION_INTERVAL_H_ +#define _PREDICTION_INTERVAL_H_ #include @@ -33,4 +33,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_INTERVAL_H_ */ +#endif /* _PREDICTION_INTERVAL_H_ */ diff --git a/src/statistics/prediction/item.h b/src/statistics/prediction/item.h index edf7d28..0e933ce 100644 --- a/src/statistics/prediction/item.h +++ b/src/statistics/prediction/item.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_ITEM_H_ -#define INCLUDE_ITEM_H_ +#ifndef _PREDICTION_ITEM_H_ +#define _PREDICTION_ITEM_H_ #include #include @@ -48,4 +48,4 @@ namespace std { } -#endif /* INCLUDE_ITEM_H_ */ +#endif /* _PREDICTION_ITEM_H_ */ diff --git a/src/statistics/prediction/item_catalogue.h b/src/statistics/prediction/item_catalogue.h index 96b5279..404765b 100644 --- a/src/statistics/prediction/item_catalogue.h +++ b/src/statistics/prediction/item_catalogue.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_ITEMCATALOGUE_H_ -#define INCLUDE_ITEMCATALOGUE_H_ +#ifndef _PREDICTION_ITEM_CATALOGUE_H_ +#define _PREDICTION_ITEM_CATALOGUE_H_ #include "item.h" #include @@ -57,4 +57,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_ITEMCATALOGUE_H_ */ +#endif /* _PREDICTION_ITEM_CATALOGUE_H_ */ diff --git a/src/statistics/prediction/item_id_set.h b/src/statistics/prediction/item_id_set.h index 0604fed..ce18f71 100644 --- a/src/statistics/prediction/item_id_set.h +++ b/src/statistics/prediction/item_id_set.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_ITEM_ID_SET_H_ -#define INCLUDE_ITEM_ID_SET_H_ +#ifndef _PREDICTION_ITEM_ID_SET_H_ +#define _PREDICTION_ITEM_ID_SET_H_ #include @@ -26,4 +26,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_ITEM_ID_SET_H_ */ +#endif /* _PREDICTION_ITEM_ID_SET_H_ */ diff --git a/src/statistics/prediction/item_set.h b/src/statistics/prediction/item_set.h index 98a1b6d..f13c8bc 100644 --- a/src/statistics/prediction/item_set.h +++ b/src/statistics/prediction/item_set.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_ITEM_SET_H_ -#define INCLUDE_ITEM_SET_H_ +#ifndef _PREDICTION_ITEM_SET_H_ +#define _PREDICTION_ITEM_SET_H_ #include #include "item.h" @@ -31,4 +31,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_ITEM_SET_H_ */ +#endif /* _PREDICTION_ITEM_SET_H_ */ diff --git a/src/statistics/prediction/item_string_converter.h b/src/statistics/prediction/item_string_converter.h index 961c1f3..15de8b2 100644 --- a/src/statistics/prediction/item_string_converter.h +++ b/src/statistics/prediction/item_string_converter.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_ITEMSTRINGCONVERTER_H_ -#define INCLUDE_ITEMSTRINGCONVERTER_H_ +#ifndef _PREDICTION_ITEM_STRING_CONVERTER_H_ +#define _PREDICTION_ITEM_STRING_CONVERTER_H_ #include "item.h" @@ -32,4 +32,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_ITEMSTRINGCONVERTER_H_ */ +#endif /* _PREDICTION_ITEM_STRING_CONVERTER_H_ */ diff --git a/src/statistics/prediction/single_category_item_id_filter.h b/src/statistics/prediction/single_category_item_id_filter.h index 4ef9cf4..4cc7dd6 100644 --- a/src/statistics/prediction/single_category_item_id_filter.h +++ b/src/statistics/prediction/single_category_item_id_filter.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef SINGLE_CATEGORY_ITEM_ID_FILTER_H_ -#define SINGLE_CATEGORY_ITEM_ID_FILTER_H_ +#ifndef _PREDICTION_SINGLE_CATEGORY_ITEM_ID_FILTER_H_ +#define _PREDICTION_SINGLE_CATEGORY_ITEM_ID_FILTER_H_ #include "i_item_id_filter.h" #include "item_catalogue.h" @@ -35,4 +35,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* SINGLE_CATEGORY_ITEM_ID_FILTER_H_ */ +#endif /* _PREDICTION_SINGLE_CATEGORY_ITEM_ID_FILTER_H_ */ diff --git a/src/statistics/prediction/weight_apriori.h b/src/statistics/prediction/weight_apriori.h index 94aecf2..6cb493d 100644 --- a/src/statistics/prediction/weight_apriori.h +++ b/src/statistics/prediction/weight_apriori.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef INCLUDE_WEIGHT_APRIORI_H_ -#define INCLUDE_WEIGHT_APRIORI_H_ +#ifndef _PREDICTION_WEIGHT_APRIORI_H_ +#define _PREDICTION_WEIGHT_APRIORI_H_ #include "baskets_agregator.h" #include @@ -41,4 +41,4 @@ namespace ctx { } /* namespace ctx */ -#endif /* INCLUDE_WEIGHT_APRIORI_H_ */ +#endif /* _PREDICTION_WEIGHT_APRIORI_H_ */ -- 2.34.1