MCPcopy Create free account
hub / github.com/amule-project/amule / ServerHighlight

Function ServerHighlight

src/GuiEvents.cpp:563–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 }
562
563 void ServerHighlight(CServer* NOT_ON_DAEMON(server), bool NOT_ON_DAEMON(highlight))
564 {
565#ifndef AMULE_DAEMON
566 if (theApp->amuledlg->m_serverwnd && theApp->amuledlg->m_serverwnd->serverlistctrl) {
567 theApp->amuledlg->m_serverwnd->serverlistctrl->HighlightServer(server, highlight);
568 }
569#endif
570 }
571
572 void ServerFreeze()
573 {

Callers

nothing calls this directly

Calls 1

HighlightServerMethod · 0.80

Tested by

no test coverage detected