Changeset 22

Show
Ignore:
Timestamp:
09/12/07 15:35:23 (1 year ago)
Author:
xammy
Message:

Adjusted to current Tango release - some Conduit methods needed to be there.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fcgi/Conduit.d

    r21 r22  
    115115            return 0; 
    116116    } 
    117        
     117 
     118    void detach () 
     119    { 
     120 
     121    }  
    118122} 
  • trunk/fcgi/InternalConduit.d

    r21 r22  
    6969        return cast(Handle) fileDescriptor_; 
    7070    } 
     71 
     72    void detach () 
     73    { 
     74 
     75    } 
    7176}