mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #356 Renamed CValueObjectStdTuple to CValueObject.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace BlackMisc
|
||||
{
|
||||
//! Value object encapsulating information of network related settings.
|
||||
//! \remarks Not only traffic network settings, but also URLs, DBus address, ...
|
||||
class CSettingsNetwork : public CValueObjectStdTuple<CSettingsNetwork>
|
||||
class CSettingsNetwork : public CValueObject<CSettingsNetwork>
|
||||
{
|
||||
public:
|
||||
//! Default constructor.
|
||||
|
||||
Reference in New Issue
Block a user