]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckipc.h
Resets scroll position on load
[wxWidgets.git] / include / wx / sckipc.h
index 25f74776461d0c4d21affd4d033f1cf3ba26d907..efe0fcd27a38f5963cd7c47624b72ac51e6405db 100644 (file)
 #ifndef _WX_SCKIPC_H
 #define _WX_SCKIPC_H
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "sckipc.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_SOCKETS && wxUSE_IPC
@@ -106,7 +102,7 @@ private:
     DECLARE_NO_COPY_CLASS(wxTCPConnection)
 };
 
-class wxTCPServer: public wxServerBase
+class WXDLLIMPEXP_NET wxTCPServer: public wxServerBase
 {
   DECLARE_DYNAMIC_CLASS(wxTCPServer)
 
@@ -133,7 +129,7 @@ protected:
     DECLARE_NO_COPY_CLASS(wxTCPServer)
 };
 
-class wxTCPClient: public wxClientBase
+class WXDLLIMPEXP_NET wxTCPClient: public wxClientBase
 {
   DECLARE_DYNAMIC_CLASS(wxTCPClient)