identt
MailSmsService.hpp
Go to the documentation of this file.
1 
33 #ifndef _IDENTT_STORE_MAILSMS_SERVICE_HPP_
34 #define _IDENTT_STORE_MAILSMS_SERVICE_HPP_
35 
36 #include <store/StoreBase.hpp>
37 #include <query/SignedJson.hpp> // includes QueryBase
38 
39 namespace identt {
40 namespace store {
41 
43 public:
44 
45 
58  void PendingAction(::identt::utils::SharedTable::pointer stptr, identt::mail::MailQueryT* mailq);
59 
60 private:
61 
62 };
63 } // namespace store
64 } // namespace identt
65 
66 #endif // _IDENTT_STORE_MAILSMS_SERVICE_HPP_
67 
Definition: SignedJson.hpp:43
Definition: StoreBase.hpp:58
void PendingAction(::identt::utils::SharedTable::pointer stptr, identt::mail::MailQueryT *mailq)
PendingAction : Get Pending as required.
Definition: MailSmsService.cc:46
Definition: MailSmsService.hpp:42
Definition: CryptoBase.hpp:49