From 732571de2e37bb602764a30c85c3785c51a49fae Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 7 Jul 2021 02:49:22 +0200 Subject: [PATCH] Utils: comment --- src/utils.cc | 1 + src/utils.hh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils.cc b/src/utils.cc index 4312294..f229cfc 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -248,6 +248,7 @@ namespace pEp { return builder.str(); } + // TODO: Move to std_utils std::string readKey() { std::string ret; diff --git a/src/utils.hh b/src/utils.hh index 716d562..b97f64e 100644 --- a/src/utils.hh +++ b/src/utils.hh @@ -28,7 +28,7 @@ namespace pEp { std::string to_string(const ::pEp_group *const group, bool full = true, int indent = 0); // Misc - std::string readKey(); + std::string readKey(); // TODO: Move to std_utils } // namespace Utils } // namespace pEp