mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 19:46:10 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "blackcore/application.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/directoryutils.h"
|
||||
#include "samplesalgorithm.h"
|
||||
#include "sampleschangeobject.h"
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace BlackSample;
|
||||
using namespace BlackCore;
|
||||
using namespace swift::core;
|
||||
|
||||
//! main
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//! \ingroup samplemisc
|
||||
|
||||
#include "samplesperformance.h"
|
||||
#include "blackcore/db/databasereader.h"
|
||||
#include "core/db/databasereader.h"
|
||||
#include "misc/simulation/aircraftmodellist.h"
|
||||
#include "misc/simulation/distributorlist.h"
|
||||
#include "misc/aviation/aircrafticaocodelist.h"
|
||||
@@ -48,7 +48,7 @@ using namespace swift::misc::network;
|
||||
using namespace swift::misc::physical_quantities;
|
||||
using namespace swift::misc::simulation;
|
||||
using namespace swift::misc::test;
|
||||
using namespace BlackCore::Db;
|
||||
using namespace swift::core::db;
|
||||
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user