SharedObjectManagerBase::CreateWriter

SharedObjectManagerBase::CreateWriter
virtual SharedObjectVisitor* CreateWriter(const String& name, const String& localPath, FileOpenerBase* pfileOpener) = 0;
Description

CreateWriter creates and returns a new writer to save shared object data. Writing occurs from ActionScript when the SharedObject.flush method is used.

Parameters
Parameters 
Description 
const String& name 
Name of the shared object. 
const String& localPath 
Relative location of the shared object data. 
FileOpenerBase* pfileOpener 
Pointer to FileOpenerBase for creating or opening the file containing the shared data. 
Return Value

Pointer to SharedObjectVisitor interface for writing the shared object.