Changeset 24

Show
Ignore:
Timestamp:
09/20/07 06:42:42 (1 year ago)
Author:
xammy
Message:

Moved examles from trunk/examples to trunk/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SimpleLoop.d

    r19 r24  
    1 import  fcgi.Request; 
    2 import  fcgi.Connection; 
     1import fcgi.Request; 
     2import fcgi.Connection; 
     3import fcgi.Debug; 
    34 
    45int main (char[][] args) 
     
    78//    FastCGIRequest request = new FastCGIRequest (connection); 
    89    FastCGIRequest request = new FastCGIRequest (); 
     10 
     11    Logger ("Started 2\n") (); 
    912 
    1013    while ( request.accept () )