|
|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
#include "ublexec.h"
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
const string path_app = "/usr/bin/";
|
|
|
|
|
const string path_glade = "/usr/share/ublexec/ui/ublexec.glade";
|
|
|
|
|
const string path_css = "/usr/share/ublexec/css/style.css";
|
|
|
|
|
const string app_name = "ublexec";
|
|
|
|
|
int socket_ext_id_I = 0;
|
|
|
|
|
int socket_trd_id_I = 0;
|
|
|
|
|
|
|
|
|
|
CmdArgParser::CmdArgParser(const std::string& p_name, const std::string& p_description, const std::string& p_help)
|
|
|
|
|
: Glib::OptionGroup{p_name, p_description, p_help} {
|
|
|
|
|
Glib::OptionEntry socketIDArg;
|
|
|
|
|
|