Use namespace BlackSample in samples

refs #594
This commit is contained in:
Roland Winklmeier
2016-02-09 10:18:55 +01:00
parent bf787478ad
commit bd6f0d0f25
42 changed files with 726 additions and 707 deletions

View File

@@ -19,7 +19,7 @@
#include "blackmisc/pq/pq.h"
using namespace BlackMisc;
using namespace BlackMiscTest;
using namespace BlackSample;
//! Sample tests
int main(int argc, char *argv[])

View File

@@ -15,7 +15,7 @@
#include <QString>
#include <numeric>
namespace BlackMiscTest
namespace BlackSample
{
/*

View File

@@ -9,10 +9,10 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESALGORITHM_H
#define BLACKMISCTEST_SAMPLESALGORITHM_H
#ifndef BLACKSAMPLE_SAMPLESALGORITHM_H
#define BLACKSAMPLE_SAMPLESALGORITHM_H
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for our algorithms
class CSamplesAlgorithm

View File

@@ -25,7 +25,7 @@ using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Geo;
using namespace BlackMisc::Network;
namespace BlackMiscTest
namespace BlackSample
{
/*

View File

@@ -9,10 +9,10 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESCHANGEDATA_H
#define BLACKMISCTEST_SAMPLESCHANGEDATA_H
#ifndef BLACKSAMPLE_SAMPLESCHANGEDATA_H
#define BLACKSAMPLE_SAMPLESCHANGEDATA_H
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for metadata
class CSamplesChangeObject

View File

@@ -20,7 +20,7 @@ using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Geo;
using namespace BlackMisc::Network;
namespace BlackMiscTest
namespace BlackSample
{
/*

View File

@@ -9,10 +9,10 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESCONTAINER_H
#define BLACKMISCTEST_SAMPLESCONTAINER_H
#ifndef BLACKSAMPLE_SAMPLESCONTAINER_H
#define BLACKSAMPLE_SAMPLESCONTAINER_H
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for our containers
class CSamplesContainer

View File

@@ -20,7 +20,7 @@ using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Geo;
using namespace BlackMisc::Network;
namespace BlackMiscTest
namespace BlackSample
{
/*

View File

@@ -9,10 +9,10 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESJSON_H
#define BLACKMISCTEST_SAMPLESJSON_H
#ifndef BLACKSAMPLE_SAMPLESJSON_H
#define BLACKSAMPLE_SAMPLESJSON_H
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for metadata

View File

@@ -19,7 +19,7 @@ using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Geo;
using namespace BlackMisc::Network;
namespace BlackMiscTest
namespace BlackSample
{
int CSamplesMetadata::samples()
{

View File

@@ -9,10 +9,10 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESMETADATA_H
#define BLACKMISCTEST_SAMPLESMETADATA_H
#ifndef BLACKSAMPLE_SAMPLESMETADATA_H
#define BLACKSAMPLE_SAMPLESMETADATA_H
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for metadata

View File

@@ -19,7 +19,7 @@ using namespace BlackMisc::PhysicalQuantities;
#include <QRegularExpression>
namespace BlackMiscTest
namespace BlackSample
{
/*

View File

@@ -9,13 +9,13 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
#define BLACKMISCTEST_SAMPLESPERFORMANCEINDEX_H
#ifndef BLACKSAMPLE_SAMPLESPERFORMANCE_H
#define BLACKSAMPLE_SAMPLESPERFORMANCE_H
#include "blackmisc/aviation/aircraftsituationlist.h"
#include <QTextStream>
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for our containers
class CSamplesPerformance