Refactoring code to use SmartPointers
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
class ClientSocketSender
|
||||
{
|
||||
public:
|
||||
ClientSocketSender();
|
||||
ClientSocketSender(String ipAddress,int port);
|
||||
virtual ~ClientSocketSender();
|
||||
bool sendFile(String &pathFileName);
|
||||
|
||||
Reference in New Issue
Block a user