Home
last modified time | relevance | path

Searched refs:pOtherStorage (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sot/source/sdstor/
H A Ducbstorage.cxx2797 BaseStorage* pOtherStorage = bOpenUCBStorage ? local
2804 pOtherStorage->SetClass( pStorage->GetClassName(),
2808 pOtherStorage->SetClassId( pStorage->GetClassId() );
2809 pStorage->CopyTo( pOtherStorage );
2811 if( pOtherStorage->GetError() )
2812 pDest->SetError( pOtherStorage->GetError() );
2814 pOtherStorage->Commit();
2818 delete pOtherStorage;

Completed in 83 milliseconds