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

@@ -14,7 +14,7 @@
#include <QTextStream>
using namespace BlackMisc;
using namespace BlackMiscTest;
using namespace BlackSample;
//! Samples
int main(int argc, char *argv[])

View File

@@ -26,7 +26,7 @@ using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Geo;
using namespace BlackMisc::Network;
namespace BlackMiscTest
namespace BlackSample
{
int CSamplesAviation::samples(QTextStream &out)
{

View File

@@ -9,12 +9,12 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESAVIATION_H
#define BLACKMISCTEST_SAMPLESAVIATION_H
#ifndef BLACKSAMPLE_SAMPLESAVIATION_H
#define BLACKSAMPLE_SAMPLESAVIATION_H
#include <QTextStream>
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for aviation

View File

@@ -17,7 +17,7 @@ using namespace BlackMisc::Aviation;
using namespace BlackMisc::PhysicalQuantities;
using namespace BlackMisc::Geo;
namespace BlackMiscTest
namespace BlackSample
{
int CSamplesGeo::samples(QTextStream &out)
{

View File

@@ -9,13 +9,13 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESGEO_H
#define BLACKMISCTEST_SAMPLESGEO_H
#ifndef BLACKSAMPLE_SAMPLESGEO_H
#define BLACKSAMPLE_SAMPLESGEO_H
#include "blackmisc/pq/constants.h"
#include <QTextStream>
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for physical quantities
class CSamplesGeo

View File

@@ -13,7 +13,7 @@
using namespace BlackMisc;
using namespace BlackMisc::PhysicalQuantities;
namespace BlackMiscTest
namespace BlackSample
{
int CSamplesPhysicalQuantities::samples(QTextStream &out)
{

View File

@@ -9,13 +9,13 @@
//! \file
#ifndef BLACKMISCTEST_SAMPLESPHYSICALQUANTITIES_H
#define BLACKMISCTEST_SAMPLESPHYSICALQUANTITIES_H
#ifndef BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H
#define BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H
#include "blackmisc/pq/constants.h"
#include <QTextStream>
namespace BlackMiscTest
namespace BlackSample
{
//! Samples for physical quantities