EgtExecutor 1.6r3 :

- gestito spiazzamento identificativi in PhotoObj (derivato da UserObj).
This commit is contained in:
Dario Sassi
2016-05-17 11:56:31 +00:00
parent 9f5af1e991
commit 9d3a5ecb28
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -119,7 +119,7 @@ PhotoObj::Save( STRVECTOR& vString) const
//----------------------------------------------------------------------------
bool
PhotoObj::Load( const STRVECTOR& vString)
PhotoObj::Load( const STRVECTOR& vString, int nBaseGdbId)
{
if ( int( vString.size()) < NKEY)
return false ;
+1 -1
View File
@@ -25,7 +25,7 @@ class PhotoObj : public IUserObj
virtual bool Dump( std::string& sOut, bool bMM = true, const char* szNewLine = "\n") const ;
virtual bool ToSave( void) const { return true ; }
virtual bool Save( STRVECTOR& vString) const ;
virtual bool Load( const STRVECTOR& vString) ;
virtual bool Load( const STRVECTOR& vString, int nBaseGdbId) ;
virtual bool SetOwner( int nId, IGeomDB* pGDB) ;
virtual int GetOwner( void) const ;
virtual IGeomDB* GetGeomDB( void) const ;