Parcourir la source

* Fix hierarchy

Michaël Van Canneyt il y a 2 ans
Parent
commit
e926419ff8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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)}
 {$DEFINE HAVENONBLOCKING}
 {$endif}
-  TInetSocket = Class(TServerSocketStream)
+  TInetSocket = Class(TSocketStream)
   Private
     FHost : String;
     FPort : Word;
@@ -315,7 +315,7 @@ type
 
 {$ifdef Unix}
 
-  TUnixSocket = Class(TServerSocketStream)
+  TUnixSocket = Class(TSocketStream)
   Private
     FFileName : String;
   Protected