mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T129, created CFlightPlanRemarks as value object and removed flight plan utils
* CFlightPlanRemarks supports the functionality of utils, but is also a valid value object * deleted CFlightPlanUtils .h/.cpp * CFlightPlan uses CFlightPlanRemarks * changed classes like VATSIM data reader to use CFlightPlanRemarks (instead of utils)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
27281e438d
commit
3c24d5c7f9
@@ -41,6 +41,7 @@ namespace BlackMisc
|
||||
CComSystem::registerMetadata();
|
||||
CFlightPlan::registerMetadata();
|
||||
CFlightPlanList::registerMetadata();
|
||||
CFlightPlanRemarks::registerMetadata();
|
||||
CHeading::registerMetadata();
|
||||
CInformationMessage::registerMetadata();
|
||||
CLivery::registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user