From b3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 24 Nov 2017 23:24:09 +0000 Subject: New upstream version 1.2.3.6 --- ExtraSocket.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'ExtraSocket.h') diff --git a/ExtraSocket.h b/ExtraSocket.h index 56229c7..4fa15e1 100644 --- a/ExtraSocket.h +++ b/ExtraSocket.h @@ -1,8 +1,6 @@ /** \file ExtraSocket.h \brief Define the socket for ultracopier \author alpha_one_x86 -\version 0.3 -\date 2010 \licence GPL3, see the file COPYING */ #ifndef EXTRASOCKET_H @@ -11,18 +9,22 @@ #include #ifdef Q_OS_UNIX - #include - #include + #include + #include #else - #include + #ifndef NOMINMAX + #define NOMINMAX + #endif + #include #endif /** \brief class to have general socket options */ class ExtraSocket { public: - /** \brief class to return always the same socket resolution */ - static QString pathSocket(const QString &name); + /** \brief class to return always the same socket resolution */ + static QString pathSocket(const QString &name); + static char * toHex(const char *str); }; #endif // EXTRASOCKET_H -- cgit v1.2.3