EgtGeomKernel :

- aggiunta possibilità di avere lista nomi dei gestori di ObjUser.
This commit is contained in:
Dario Sassi
2015-05-26 15:49:14 +00:00
parent 82e8ab60b3
commit dc29bb23af
2 changed files with 22 additions and 3 deletions
+4
View File
@@ -23,6 +23,7 @@
#include "/EgtDev/Include/EGkGdbFunct.h"
#include "/EgtDev/Include/EGkStringUtils3d.h"
#include "/EgtDev/Include/EGkObjUserFactory.h"
#include "/EgtDev/Include/EGnStringKeyVal.h"
#include <new>
using namespace std ;
@@ -1004,6 +1005,9 @@ GdbObj::SaveObjUser( NgeWriter& ngeOut) const
STRVECTOR vString ;
if ( ! m_pObjUser->Save( vString))
return false ;
// eseguo validazione di queste stringhe
for ( auto iIter = vString.begin() ; iIter != vString.end() ; ++ iIter)
ValidateKeyVal( *iIter) ;
// scrivo i dati :
// flag presenza ObjUser
if ( ! ngeOut.WriteKey( NGE_U))