// Author: Stefan Neis
// Modified by:
// Created: 22.09.2003
-// RCS-ID: $Id$
// Copyright: (c) 2003 Stefan Neis <Stefan.Neis@t-online.de>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
virtual wxString GetDesktopEnvironment() const;
#endif
#if wxUSE_SOCKETS
- virtual GSocketManager *GetSocketManager();
+ virtual wxFDIOManager *GetFDIOManager();
#endif
};
+#ifndef __WXPM__
+inline void wxGUIAppTraits::InitializeGui(unsigned long &WXUNUSED(ulHab))
+{
+}
+
+inline void wxGUIAppTraits::TerminateGui(unsigned long WXUNUSED(ulHab))
+{
+}
+#endif
+
#endif // wxUSE_GUI
#endif // _WX_OS2_APPTRAIT_H_