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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dprotocol.h94 static wxProtoInfo g_proto_##class;
97 wxProtoInfo class::g_proto_##class(name, serv, host, CLASSINFO(class)); \
107 class WXDLLIMPEXP_NET wxProtoInfo : public wxObject class in inherits:wxObject
110 wxProtoInfo(const wxChar *name,
116 wxProtoInfo *next;
125 DECLARE_DYNAMIC_CLASS(wxProtoInfo)
126 DECLARE_NO_COPY_CLASS(wxProtoInfo)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Durl.h91 static wxProtoInfo *ms_protocols;
107 wxProtoInfo *m_protoinfo;
119 friend class wxProtoInfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprotocol.cpp32 // wxProtoInfo
37 * --------- wxProtoInfo CONSTRUCTOR ----------------------------
41 wxProtoInfo::wxProtoInfo(const wxChar *name, const wxChar *serv, function in class:wxProtoInfo
H A Durl.cpp33 IMPLEMENT_CLASS(wxProtoInfo, wxObject)
37 wxProtoInfo *wxURL::ms_protocols = NULL;
210 wxProtoInfo *info = ms_protocols;

Completed in 177 milliseconds