Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H

This commit is contained in:
Klaus Basan
2013-04-10 00:50:25 +02:00
parent 9a87731944
commit e196a5585f
39 changed files with 260 additions and 246 deletions

View File

@@ -1,5 +1,7 @@
#include "samplesphysicalquantities.h"
using namespace BlackMisc::PhysicalQuantities;
namespace BlackMiscTest {
/**
@@ -91,6 +93,7 @@ int CSamplesPhysicalQuantities::samples() {
qDebug() << ti1 << ti2;
// bye
qDebug() << "-----------------------------------------------";
return 0;
}