mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #703, moved context to subdir
* ns: Context * adjusted using classes
This commit is contained in:
@@ -16,7 +16,6 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
|
||||
CAircraftPartsList::CAircraftPartsList() { }
|
||||
|
||||
CAircraftPartsList::CAircraftPartsList(const CSequence<CAircraftParts> &other) :
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
#ifndef BLACKMISC_AVIATION_AIRCRAFTPARTSLIST_H
|
||||
#define BLACKMISC_AVIATION_AIRCRAFTPARTSLIST_H
|
||||
|
||||
#include "blackmisc/aviation/aircraftparts.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/aviation/aircraftparts.h"
|
||||
#include "blackmisc/timestampobjectlist.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
@@ -25,8 +25,6 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAircraftParts;
|
||||
|
||||
//! Value object encapsulating a list of aircraft parts.
|
||||
class BLACKMISC_EXPORT CAircraftPartsList :
|
||||
public CSequence<CAircraftParts>,
|
||||
|
||||
Reference in New Issue
Block a user