![]() |
|
|
Generated: 18 Jul 2008 |


Definition at line 67 of file FastContainersSvc.h.
Private Member Functions | |
| virtual bool | analyse (IRegistry *pRegistry, int) |
| Analyse the data object. | |
| virtual bool FastContainersSvc::StoreResetter::analyse | ( | IRegistry * | pRegistry, | |
| int | ||||
| ) | [inline, private, virtual] |
Analyse the data object.
Implements IDataStoreAgent.
Definition at line 69 of file FastContainersSvc.h.
References TransientFastContainerBase::clear(), and IRegistry::object().
00069 { 00070 TransientFastContainerBase* fc = 00071 dynamic_cast<TransientFastContainerBase*>(pRegistry->object()); 00072 if ( 0 != fc ) fc->clear(); 00073 return true; 00074 }