mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 18:07:27 +05:00
[CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr
This commit is contained in:
parent
0b4f557c95
commit
40f690a797
@ -33,8 +33,7 @@
|
|||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace UNV{
|
namespace UNV {
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
|
const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
|
||||||
|
|
||||||
@ -44,7 +43,7 @@ namespace UNV{
|
|||||||
PrefixPrinter();
|
PrefixPrinter();
|
||||||
~PrefixPrinter();
|
~PrefixPrinter();
|
||||||
|
|
||||||
static string GetPrefix();
|
static std::string GetPrefix();
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user