~aleteoryx/muditaos

ref: 0823d82e5141f44812c54debf07245d0ca746124 muditaos/module-apps/application-messages/data/SMSTextToSearch.cpp -rw-r--r-- 228 bytes
0823d82e — Radoslaw Wicik [EGD-3743] Update copyrights in fies - add empty line after license 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#include "SMSTextToSearch.hpp"

SMSTextToSearch::SMSTextToSearch(const std::string text_to_search) : text_to_search(text_to_search)
{}

auto SMSTextToSearch::getTextToSearch() const -> std::string
{
    return text_to_search;
}