Refactoring code to use SmartPointers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user