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