GetServerName
const char* name = serverInfo->GetServerName();
const char* GetServerName() const;
PRINT("RootVolume::ServerAdded(%s)\n", serverInfo->GetServerName());
status_t error = GetUniqueEntryName(serverInfo->GetServerName(),
PRINT("RootVolume::ServerUpdated(%s)\n", newInfo->GetServerName());
PRINT("RootVolume::ServerRemoved(%s)\n", serverInfo->GetServerName());
const char* serverName = serverInfo->GetServerName();
const char* GetServerName() const;