mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Add explicit destructor
Allowing the compiler to create a default destructor confuses gprof, and causes it to report bad coverage data.
This commit is contained in:
parent
aca35a49dd
commit
1decf884a1
12 changed files with 36 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
|||
#include "CommPythonClient.h"
|
||||
#include "CommServer.h"
|
||||
|
||||
CommPythonClientFactory::~CommPythonClientFactory()
|
||||
{
|
||||
}
|
||||
|
||||
int CommPythonClientFactory::newCommClient(CommServer & svr,
|
||||
int asockfd,
|
||||
const std::string & address)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue