[common][messaging] Move toLowerCase from messaging to common module 26/224026/1
authorPawel Wasowski <p.wasowski2@samsung.com>
Wed, 5 Feb 2020 13:00:47 +0000 (14:00 +0100)
committerPawel Wasowski <p.wasowski2@samsung.com>
Wed, 5 Feb 2020 15:54:57 +0000 (16:54 +0100)
commita3d318e09b56f4c4cf3b97c76d4251e2f45005f2
tree2cd513d414600425367cc1cc6cb53512821c815d
parentb64c5ecae05c2f7d93bdc9cce90d3ef2357e4d19
[common][messaging] Move toLowerCase from messaging to common module

The function is generic and may be used in modules other than messaging.
Function name was changed to comply with Google C++ coding style.

Change-Id: I52053780fb6f860fe7fcc1e0c7c1d912ecdd85f9
Verification: auto tct-messaging-{email,sms,mms}-tizen-tests pass rate: 100%
Signed-off-by: Pawel Wasowski <p.wasowski2@samsung.com>
src/common/tools.cc
src/common/tools.h
src/messaging/MsgCommon/AbstractFilter.cpp