Michaël Van Canneyt před 3 roky
rodič
revize
59501f11a5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      packages/fcl-net/src/ssockets.pp

+ 2 - 2
packages/fcl-net/src/ssockets.pp

@@ -296,7 +296,7 @@ type
 {$if defined(unix) or defined(windows)}
 {$if defined(unix) or defined(windows)}
 {$DEFINE HAVENONBLOCKING}
 {$DEFINE HAVENONBLOCKING}
 {$endif}
 {$endif}
-  TInetSocket = Class(TServerSocketStream)
+  TInetSocket = Class(TSocketStream)
   Private
   Private
     FHost : String;
     FHost : String;
     FPort : Word;
     FPort : Word;
@@ -315,7 +315,7 @@ type
 
 
 {$ifdef Unix}
 {$ifdef Unix}
 
 
-  TUnixSocket = Class(TServerSocketStream)
+  TUnixSocket = Class(TSocketStream)
   Private
   Private
     FFileName : String;
     FFileName : String;
   Protected
   Protected