MCPcopy Create free account
hub / github.com/acl-dev/acl / SetResponseHdr

Method SetResponseHdr

lib_acl_cpp/samples/gui_rpc/gui_rpcDlg.cpp:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void Cgui_rpcDlg::SetResponseHdr(const char* hdr)
376{
377 if (hdr == NULL || *hdr == 0)
378 return;
379 m_resCtlEdit.SetSel(0, m_resCtlEdit.GetWindowTextLength());
380 m_resCtlEdit.ReplaceSel(hdr);
381}

Callers 1

rpc_wakeupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected