mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Value object encapsulating information of a server
|
||||
*/
|
||||
class CTestValueObject : public BlackMisc::CValueObjectStdTuple<CTestValueObject>
|
||||
class CTestValueObject : public BlackMisc::CValueObject<CTestValueObject>
|
||||
{
|
||||
public:
|
||||
//! Properties by index
|
||||
|
||||
Reference in New Issue
Block a user