00001 /* 00002 * telnet.h 00003 * wxCURL 00004 * 00005 * Created by Casey O'Donnell on Tue Jun 29 2004. 00006 * Copyright (c) 2004 Casey O'Donnell. All rights reserved. 00007 * 00008 * Licence: wxWidgets Licence 00009 */ 00010 00011 // wxCurlTelnet.h: interface for the wxCurlTelnet class. 00012 // 00014 00015 #ifndef _WXCURLTELNET_H__INCLUDED_ 00016 #define _WXCURLTELNET_H__INCLUDED_ 00017 00018 #include <wx/curl/base.h> 00019 00021 class WXDLLIMPEXP_CURL wxCurlTelnet : public wxCurlBase 00022 { 00023 public: 00024 wxCurlTelnet(); 00025 virtual ~wxCurlTelnet(); 00026 }; 00027 00028 #endif // _WXCURLTELNET_H__INCLUDED_