Commit f4eedc6e authored by jan.koester's avatar jan.koester
Browse files

some prep

parent 21d6ad5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ list(APPEND netplussrc
    exception.cpp
    connection.cpp
    ssl.cpp
    quick.cpp
)

if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
+0 −5
Original line number Diff line number Diff line
@@ -164,9 +164,4 @@ namespace netplus {
            int                      _Port;
            char                     _Addr[255];
        };

        class quick : public socket{
        public:
            quick&       operator=(int socket);
        };
};