From 6f2fefdd9ff5f8561b3538efb5eb0765a9b4a141 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 6 Jan 2011 05:29:39 +0100 Subject: Replaced iostream-based decoder-encoder chain with direct chain. --- transcode.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 transcode.h (limited to 'transcode.h') diff --git a/transcode.h b/transcode.h deleted file mode 100644 index 56f16c1..0000000 --- a/transcode.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef TRANSCODE_H -#define TRANSCODE_H - -#include "decoder.h" -#include "encoder.h" -#include "http_connection.h" - -#include - -class Transcoder { - private: - std::string path; - HTTP::Connection::p res; - DecoderFilter::p decoder; - EncoderFilter::p encoder; - - public: - Transcoder(std::string p, HTTP::Connection::p r, DecoderFilter::p d, EncoderFilter::p e); - void run(); -}; - -#endif -- cgit v1.2.3