Searched refs:m_HangUpCommand (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddialup.cpp157 { m_ConnectCommand = command; m_HangUpCommand = hupcmd; }
205 wxString m_HangUpCommand; member in class:wxDialUpManagerImpl
299 m_HangUpCommand = _T("poff");
305 hup ? wxString(hup) : m_HangUpCommand);
360 if(m_HangUpCommand.Find(wxT("%s")))
361 cmd.Printf(m_HangUpCommand,m_ISPname.c_str(), m_DialProcess);
363 cmd = m_HangUpCommand;

Completed in 52 milliseconds