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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.h72 class Tex2RTFConnection: public wxDDEConnection class in inherits:wxDDEConnection
75 Tex2RTFConnection(wxChar *buf, int size);
76 virtual ~Tex2RTFConnection(void){}
H A Dtex2rtf.cpp1240 return new Tex2RTFConnection(ipc_buffer, 4000);
1250 Tex2RTFConnection::Tex2RTFConnection(wxChar *buf, int size):wxDDEConnection(buf, size) function in class:Tex2RTFConnection
1288 bool Tex2RTFConnection::OnExecute(const wxString& WXUNUSED(topic), wxChar *data, int WXUNUSED(size), wxIPCFormat WXUNUSED(format))
1362 wxChar *Tex2RTFConnection::OnRequest(const wxString& WXUNUSED(topic), const wxString& WXUNUSED(item), int *WXUNUSED(size), wxIPCFormat WXUNUSED(format))

Completed in 43 milliseconds