Ref T709, style

This commit is contained in:
Klaus Basan
2019-07-26 17:08:33 +02:00
committed by Mat Sutcliffe
parent cbd93da1c6
commit 8845d1d35c
4 changed files with 7 additions and 10 deletions

View File

@@ -24,7 +24,6 @@
namespace XSwiftBus
{
class CDBusObject;
//! DBus connection
@@ -38,7 +37,7 @@ namespace XSwiftBus
CDBusServer();
//! Destructor
~CDBusServer() override;
virtual ~CDBusServer() override;
//! Set the dispatcher
void setDispatcher(CDBusDispatcher *dispatcher);
@@ -77,7 +76,6 @@ namespace XSwiftBus
CDBusError m_lastError;
NewConnectionFunc m_newConnectionFunc;
};
}
} // ns
#endif // guard