예제 #1
0
파일: coll.cpp 프로젝트: JoeDoyle23/node
static inline UBool
hasService(void)
{
    UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL);
    return retVal;
}