Ejemplo n.º 1
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = nullptr;
     cleanUpContext();
     ReusableStringStream::cleanup();
 }
Ejemplo n.º 2
0
 IRegistryHub& getRegistryHub() {
     return *getTheRegistryHub();
 }
Ejemplo n.º 3
0
 IMutableRegistryHub& getMutableRegistryHub() {
     return *getTheRegistryHub();
 }
Ejemplo n.º 4
0
 void cleanUp() {
     delete getTheRegistryHub();
     getTheRegistryHub() = NULL;
     cleanUpContext();
 }