Refactoring code to use SmartPointers

This commit is contained in:
2025-08-16 18:40:58 -04:00
parent e111d4ab5c
commit ddb25c98b5
6 changed files with 135 additions and 39 deletions

View File

@@ -1,5 +1,11 @@
#include <sstp/clientsocketsender.hpp>
/// @Brief This is to provide a definition for SmartPointer
ClientSocketSender::ClientSocketSender()
: mIPAddress(""), mPort(0)
{
}
/// @brief Establish a connection to the socket specified by ipAddress and port
/// @param ipAddress The ipAddress
/// @param port The port