Type: info
Title: LibraryContainerInfo and BasicManager
Posted by: [EMAIL PROTECTED]
Affected: -
Effective from: CWS basmgr02
*Summary*
--------
- BasicManager::SetLibraryContainerInfo( LibraryContainerInfo* )
+ BasicManager::SetLibraryContainerInfo(
const LibraryContainerInfo& )
- BasicManager::GetLibraryContainerInfo()
+ BasicManager::GetDialogLibraryContainer()
+ BasicManager::GetScriptLibraryContainer()
*Description*
-------------
In an attempt to clean up the relationship between BasicManagers and
Dialog/script container implementations, the above-mentioned changes
were made. It is now not possible to obtain a LibraryContainer info
from a BasicManager. Instead, the manager does provide access to the
Dialog/Script library containers only.
Note that those container implementations are not in the
responsibility of the BasicManager anymore (as it was previously the
case). Instead, they're obtained from the document or application
which the BasicManager instance works with.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]