Adds lowercase transformation

This commit is contained in:
Felipe Zimmerle 2015-08-05 14:48:28 -03:00
parent 391002c665
commit 1924b4ebca
5 changed files with 7 additions and 7 deletions

View File

@ -72,7 +72,7 @@ ACTIONS = \
actions/transformations/html_entity_decode.cc \
actions/transformations/js_decode.cc \
actions/transformations/length.cc \
actions/transformations/lowercase.cc \
actions/transformations/lower_case.cc \
actions/transformations/md5.cc \
actions/transformations/none.cc \
actions/transformations/normalise_path.cc \

View File

@ -13,7 +13,7 @@
*
*/
#include "actions/transformations/lowercase.h"
#include "actions/transformations/lower_case.h"
#include <algorithm>
#include <string>

View File

@ -18,8 +18,8 @@
#include "actions/action.h"
#include "actions/transformations/transformation.h"
#ifndef SRC_ACTIONS_TRANSFORMATIONS_LOWERCASE_H_
#define SRC_ACTIONS_TRANSFORMATIONS_LOWERCASE_H_
#ifndef SRC_ACTIONS_TRANSFORMATIONS_LOWER_CASE_H_
#define SRC_ACTIONS_TRANSFORMATIONS_LOWER_CASE_H_
#ifdef __cplusplus
@ -42,4 +42,4 @@ class LowerCase : public Transformation {
#endif
#endif // SRC_ACTIONS_TRANSFORMATIONS_LOWERCASE_H_
#endif // SRC_ACTIONS_TRANSFORMATIONS_LOWER_CASE_H_

View File

@ -33,7 +33,7 @@
#include "actions/transformations/html_entity_decode.h"
#include "actions/transformations/js_decode.h"
#include "actions/transformations/length.h"
#include "actions/transformations/lowercase.h"
#include "actions/transformations/lower_case.h"
#include "actions/transformations/md5.h"
#include "actions/transformations/none.h"
#include "actions/transformations/normalise_path.h"

@ -1 +1 @@
Subproject commit 35f108949b1e54c75e95817836e2ddaba227be75
Subproject commit e1671340cf078af3c904fca2be3e2266c5cef8b2