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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DContact.h96 void SetVersion(uint8_t value) throw() { m_version = value; } function in class:Kademlia::CContact
H A DRoutingZone.cpp488 contactUpdate->SetVersion(contact->GetVersion());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Daboutdlg.h40 void SetVersion(const wxString& version) { m_version = version; } function in class:wxAboutDialogInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Daboutdlginfo.tex53 you should call at least \helpref{SetVersion}{wxaboutdialoginfosetversion},
204 \membersection{wxAboutDialogInfo::SetVersion}\label{wxaboutdialoginfosetversion}
206 \func{void}{SetVersion}{\param{const wxString\& }{version}}
H A Dxmldocument.tex241 \membersection{wxXmlDocument::SetVersion}\label{wxxmldocumentsetversion}
243 \func{void}{SetVersion}{\param{const wxString\& }{version}}
H A Dfunction.tex1866 info.SetVersion(_("1.2.3 Beta"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerSocket.cpp248 eserver->SetVersion(strVer);
485 update->SetVersion(wxT("eFarm ") + rstrVersion);
487 update->SetVersion(wxT("eFarm"));
H A DServerUDPSocket.cpp291 update->SetVersion(tag.GetStr());
293 update->SetVersion(CFormat(wxT("%u.%u")) % (tag.GetInt() >> 16) % (tag.GetInt() & 0xFFFF));
H A DServer.h115 void SetVersion(const wxString &pszVersion) {m_strVersion = pszVersion;} function in class:CServer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xml/
H A Dxml.h246 void SetVersion(const wxString& version) { m_version = version; } function in class:wxXmlDocument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xml/
H A Dxml.cpp724 SetVersion(ctx.version);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp1157 info.SetVersion(wxVERSION_NUM_DOT_STRING_T);

Completed in 214 milliseconds