Ref T261, improved value classes

This commit is contained in:
Klaus Basan
2018-05-04 22:19:32 +02:00
committed by Roland Winklmeier
parent ab0c34b16a
commit eb815ab987
12 changed files with 158 additions and 21 deletions

View File

@@ -31,8 +31,9 @@ namespace BlackMisc
namespace FsCommon
{
//! Value object encapsulating information of software distributor.
//! \deprecated vPilot handling will be most likely removed in the future
class BLACKMISC_EXPORT CVPilotModelRule :
public BlackMisc::CValueObject<CVPilotModelRule>,
public CValueObject<CVPilotModelRule>,
public ITimestampBased
{
public: