/* * File: Mangler.cpp * Author: daniele * * Created on October 12, 2010, 2:40 PM */ #if 0 #include #include "Mangler.h" bool Mangler::call( IOManager& io, std::string tag, Chunk& chunk ) { throw std::runtime_error("Not implemented!"); } void Mangler::expire_action( BufferDescriptor descriptor ) { throw std::runtime_error("Not implemented!"); } #endif .