fTargetHost
return fTargetHost;
AutoLocker<TargetHost> locker(fTargetHost);
fTargetHost(NULL),
fTargetHost->AddTeam(info);
fTargetHost->UpdateTeam(info);
fTargetHost->RemoveTeam(team);
if (fTargetHost != NULL)
fTargetHost->ReleaseReference();
fTargetHost = new(std::nothrow) TargetHost(hostname);
if (fTargetHost == NULL)
AutoLocker<TargetHost> hostLocker(fTargetHost);
error = fTargetHost->AddTeam(info);
TargetHost* fTargetHost;
if (fTargetHost != NULL)
fTargetHost->ReleaseReference();
return fTargetHost;
TargetHost* fTargetHost;