Loading src/CMakeLists.txt +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ add_library(gameinfoplus SHARED ${hldsviewsrc}) target_link_libraries(gameinfoplus netplus) target_compile_options(gameinfoplus PUBLIC "-fPIC") install( TARGETS gameinfoplus DESTINATION Loading src/gameinfoplus.h +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *******************************************************************************/ #include <string> class GameInfoData{ public: int Port; Loading src/hldsview.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ HldsView::HldsView(const char *addr,int port){ } HldsView::~HldsView(){ delete clientSocket; delete serverSocket; // delete clientSocket; //delete serverSocket; } HldsView::HldsView(const HldsView &view){ Loading Loading
src/CMakeLists.txt +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ add_library(gameinfoplus SHARED ${hldsviewsrc}) target_link_libraries(gameinfoplus netplus) target_compile_options(gameinfoplus PUBLIC "-fPIC") install( TARGETS gameinfoplus DESTINATION Loading
src/gameinfoplus.h +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *******************************************************************************/ #include <string> class GameInfoData{ public: int Port; Loading
src/hldsview.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,8 @@ HldsView::HldsView(const char *addr,int port){ } HldsView::~HldsView(){ delete clientSocket; delete serverSocket; // delete clientSocket; //delete serverSocket; } HldsView::HldsView(const HldsView &view){ Loading