// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart and Markus Holzem
-// Licence: wxWindows license
+// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-/* sccsid[] = "@(#)wx_help.h 1.2 5/9/94" */
-
#ifndef __HELPXLPH__
#define __HELPXLPH__
#include "wx/helpbase.h"
#ifdef __WXMSW__
-#include "wx/dde.h"
+ #include "wx/dde.h"
#else
-// Or whatever it'll be called
-#include "wx/ipctcp.h"
+ #include "wx/sckipc.h"
#endif
class WXDLLEXPORT wxXLPHelpController;
bool helpRunning;
wxXLPHelpConnection* helpConnection;
wxXLPHelpClient helpClient;
+private:
+ virtual bool Initialize(const wxString& file) { return(wxHelpControllerBase::Initialize(file)); };
};
#endif // wxUSE_HELP