Esempio n. 1
0
void MapHelperBase::onCreate(const MapHelper *source)
{
    Inherited::onCreate(source);

    if(source != NULL)
    {
        MapHelper *pThis = static_cast<MapHelper *>(this);

        pThis->setContainer(source->getContainer());
    }
}