mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 18:25:42 +08:00
refs #568, only one IDatastoreObjectList by making the key type a template parameter
This commit is contained in:
@@ -24,7 +24,7 @@ namespace BlackMisc
|
||||
//! Value object for a list of airports.
|
||||
class BLACKMISC_EXPORT CLiveryList :
|
||||
public CSequence<CLivery>,
|
||||
public BlackMisc::IDatastoreObjectListWithIntegerKey<CLivery, CLiveryList>,
|
||||
public BlackMisc::IDatastoreObjectList<CLivery, CLiveryList, int>,
|
||||
public BlackMisc::Mixin::MetaType<CLiveryList>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user