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

Method SetRequestHdr

lib_acl_cpp/samples/gui_rpc/gui_rpcDlg.cpp:367–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void Cgui_rpcDlg::SetRequestHdr(const char* hdr)
368{
369 if (hdr == NULL || *hdr == 0)
370 return;
371 m_reqCtlEdit.SetSel(0, m_reqCtlEdit.GetWindowTextLength());
372 m_reqCtlEdit.ReplaceSel(hdr);
373}
374
375void Cgui_rpcDlg::SetResponseHdr(const char* hdr)
376{

Callers 1

rpc_wakeupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected