Cleanup server.hh

Simplify type definitions.
This commit is contained in:
Esa Korhonen
2018-12-04 16:53:37 +02:00
parent 7ca421fe5f
commit f2fcf79fb2
10 changed files with 37 additions and 43 deletions

View File

@ -36,7 +36,7 @@ public:
return *this;
}
struct server* server() const
struct SERVER* server() const
{
return (this->m_sInner.get()) ? m_sInner.get()->server : NULL;
}