Changeset 1118

Show
Ignore:
Timestamp:
08/05/08 02:50:46 (5 months ago)
Author:
kris
Message:

moved Conduit and friends into tango.io.device in an effort to bring further clarity into tango.io -- this requires adjusting imports such that, for example, tango.io.FileConduit? becomes tango.io.device.FileConduit?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mango/net/servlet/ServletContext.d

    r1109 r1118  
    1717private import  Text = tango.text.Util; 
    1818 
    19 private import  tango.io.FileConduit; 
     19private import  tango.io.device.FileConduit; 
    2020               
    2121private import  mango.net.servlet.Dictionary, 
  • trunk/mango/net/servlet/ServletResponse.d

    r1116 r1118  
    1616                tango.io.Buffer, 
    1717                tango.core.Exception, 
    18                 tango.io.FileConduit; 
     18                tango.io.device.FileConduit; 
    1919 
    2020private import  Path = tango.io.Path; 
  • trunk/mango/net/util/KeepAliveServer.d

    r1066 r1118  
    1818 
    1919private import  tango.io.Buffer, 
    20                 tango.io.Conduit; 
     20                tango.io.device.Conduit; 
    2121 
    2222private import  tango.net.ServerSocket;