EgtExecutor 1.6r3 :
- gestito spiazzamento identificativi in PhotoObj (derivato da UserObj).
This commit is contained in:
Binary file not shown.
+1
-1
@@ -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
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user