Salome HOME
projects
/
modules
/
smesh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4f557
)
[CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr...
author
rnv
<rnv@opencascade.com>
Tue, 12 Mar 2019 10:23:45 +0000
(13:23 +0300)
committer
rnv
<rnv@opencascade.com>
Tue, 12 Mar 2019 10:23:45 +0000
(13:23 +0300)
src/DriverUNV/UNV_Utilities.hxx
patch
|
blob
|
history
diff --git
a/src/DriverUNV/UNV_Utilities.hxx
b/src/DriverUNV/UNV_Utilities.hxx
index
db3659f
..
e41ff1b
100644
(file)
--- a/
src/DriverUNV/UNV_Utilities.hxx
+++ b/
src/DriverUNV/UNV_Utilities.hxx
@@
-33,8
+33,7
@@
#include <cassert>
#include <cstdlib>
-namespace UNV{
- using namespace std;
+namespace UNV {
const size_t theMaxLineLen = 82; // 80 for text + 2 for "\r\n"
@@
-44,7
+43,7
@@
namespace UNV{
PrefixPrinter();
~PrefixPrinter();
- static string GetPrefix();
+ static st
d::st
ring GetPrefix();
};
/**