Searched refs:myServ (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestServMgr.cpp49 IMyService* myServ = NULL; variable
55 NS_ASSERTION(myServ == NULL, "myServ not reset");
57 (nsISupports**)&myServ);
66 if (myServ) {
67 err = myServ->Doit();
70 err = nsServiceManager::ReleaseService(kIMyServiceCID, myServ);
72 myServ = NULL;
99 // thread, we'd have to protect all accesses to myServ throughout this
116 // continuing to hang onto the service. This causes myServ variabl
[all...]

Completed in 50 milliseconds