#ifndef USER_PROPERTY_H
#define USER_PROPERTY_H
+#include <unistd.h> // access
+
#include <ctime>
#include <string>
#include <set>
class USER_PROPERTY_LOGGED: public USER_PROPERTY<varT> {
public:
USER_PROPERTY_LOGGED(varT & val,
- const std::string n,
+ const std::string & n,
bool isPassword,
bool isStat,
STG_LOGGER & logger,
template <typename varT>
inline
USER_PROPERTY_LOGGED<varT>::USER_PROPERTY_LOGGED(varT & val,
- std::string n,
+ const std::string & n,
bool isPass,
bool isSt,
STG_LOGGER & logger,