reviews changes

This commit is contained in:
Christophe Fajardo
2022-01-24 21:33:26 +01:00
parent 83da80f631
commit 8e1b718d7f
4 changed files with 12 additions and 14 deletions

View File

@@ -16,8 +16,6 @@
#include "utility.h"
#define CHECK_EXPECTED_PICTURE_EXTENTIONS(extention) (extention == "png" || extention == "jpg" || extention == "jpeg")
namespace proc {
using file_t = util::safe_ptr_v2<FILE, int, fclose>;
@@ -81,7 +79,7 @@ public:
const std::vector<ctx_t> &get_apps() const;
std::vector<ctx_t> &get_apps();
std::tuple<std::string, std::string> get_app_image(int app_id);
std::string get_app_image(int app_id);
void terminate();