File: http_file_404.h

package info (click to toggle)
entropybroker 2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,600 kB
  • sloc: cpp: 14,386; sh: 934; makefile: 188; java: 148; perl: 12
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
class http_file_404 : public http_file_file
{
public:
	http_file_404();
	~http_file_404();
};