Home
last modified time | relevance | path

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

/trunk/main/sot/source/base/
H A Dfactory.cxx48 , pFactoryList( NULL ) in SotData_Impl()
110 SotFactoryList* pFactoryList = pSotData->pFactoryList; in DeInit() local
111 if( pFactoryList ) in DeInit()
113 SotFactory * pFact = pFactoryList->Last(); in DeInit()
117 pFact = pFactoryList->Last(); in DeInit()
119 delete pFactoryList; in DeInit()
120 pSotData->pFactoryList = NULL; in DeInit()
174 if( !pSotData->pFactoryList ) in SotFactory()
175 pSotData->pFactoryList = new SotFactoryList(); in SotFactory()
201 return SOTDATA()->pFactoryList; in GetFactoryList()
[all …]
/trunk/main/sot/inc/sot/
H A Dsotdata.hxx46 SotFactoryList * pFactoryList; member

Completed in 12 milliseconds