refs #345 Style and doxygen.

This commit is contained in:
Mathew Sutcliffe
2014-10-28 19:46:52 +00:00
parent 8f5315b846
commit 798b198d4e
78 changed files with 268 additions and 531 deletions

View File

@@ -26,13 +26,9 @@ namespace BlackMisc
class COriginator : public BlackMisc::CValueObject
{
public:
//! Default constructor.
COriginator();
//! Copy constructor
COriginator(const COriginator &other);
//! Get machine id
QByteArray getMachineId() const {return m_machineId;}
@@ -91,7 +87,7 @@ namespace BlackMisc
qint32 m_processId;
QString m_processName;
};
} // namespace Event
}
}
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::Event::COriginator, (o.m_originatorName, o.m_machineId, o.m_primaryIpAddress, o.m_objectId, o.m_processId, o.m_processName))