comparison Core/HttpServer/FilesystemHttpHandler.cpp @ 43:9be852ad33d2

rename for c
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Sep 2012 09:59:34 +0200
parents 3959d33612cc
children a15e90e5d6fc
comparison
equal deleted inserted replaced
42:ea48f38afe5f 43:9be852ad33d2
134 { 134 {
135 OutputDirectoryContent(output, uri, p); 135 OutputDirectoryContent(output, uri, p);
136 } 136 }
137 else 137 else
138 { 138 {
139 output.SendHeader(HttpStatus_404_NotFound); 139 output.SendHeader(Palantir_HttpStatus_404_NotFound);
140 } 140 }
141 } 141 }
142 } 142 }