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

@@ -23,18 +23,6 @@ namespace BlackMisc
{
}
// Copy Constructor
COriginator::COriginator(const COriginator &other)
: CValueObject(other),
m_originatorName(other.m_originatorName),
m_machineId(other.m_machineId),
m_primaryIpAddress(other.m_primaryIpAddress),
m_objectId(other.m_objectId),
m_processId(other.m_processId),
m_processName(other.m_processName)
{
}
// Hash
uint COriginator::getValueHash() const
{
@@ -120,5 +108,5 @@ namespace BlackMisc
{
argument >> TupleConverter<COriginator>::toTuple(*this);
}
} // namespace Event
}
}