ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
All Classes Functions Variables Typedefs Pages
notifier_config.h
1 #ifndef RECODEX_NOTIFIER_CONFIG_H
2 #define RECODEX_NOTIFIER_CONFIG_H
3 
4 #include <string>
5 
6 
11 public:
15  std::string address;
19  uint16_t port;
20 
24  std::string username;
28  std::string password;
29 };
30 
31 #endif // RECODEX_NOTIFIER_CONFIG_H
std::string username
std::string address
std::string password