/** \file ExtraSocketCatchcopy.h \brief Define the socket of catchcopy \author alpha_one_x86 \licence GPL3, see the file COPYING */ #ifndef EXTRASOCKETCATCHCOPY_H #define EXTRASOCKETCATCHCOPY_H #include #ifdef Q_OS_UNIX #include #include #else #ifndef NOMINMAX #define NOMINMAX #endif #include #endif /// \brief to have extra socket function class ExtraSocketCatchcopy { public: /// \brief to get the socket path static const QString pathSocket(); static char * toHex(const char *str); }; #endif // EXTRASOCKETCATCHCOPY_H