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

@@ -16,6 +16,7 @@
class ClientSocketSender
{
public:
ClientSocketSender();
ClientSocketSender(String ipAddress,int port);
virtual ~ClientSocketSender();
bool sendFile(String &pathFileName);