chore: add comment to empty methods

This commit is contained in:
sithlord48
2025-05-20 10:39:18 -04:00
committed by Nick Bolton
parent 52b0c1f061
commit 3cf0fb89ef
41 changed files with 46 additions and 1 deletions

View File

@ -65,6 +65,7 @@ SecureSocket::SecureSocket(
m_fatal(false),
m_securityLevel{securityLevel}
{
// do nothing
}
SecureSocket::SecureSocket(
@ -76,6 +77,7 @@ SecureSocket::SecureSocket(
m_fatal(false),
m_securityLevel{securityLevel}
{
// do nothing
}
SecureSocket::~SecureSocket()