mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user