00001 /*#include "Defragment.h" 00002 #include "Encoding.h" 00003 #include "CNER.h" 00004 00005 using namespace castor; 00006 using namespace castor::encoding; 00007 00008 class x { 00009 public: 00010 boost::shared_ptr<x> decodeAnyPart(DecoderPtr dec) { return boost::shared_ptr<x>(); } 00011 boost::shared_ptr<x> decodePart(DecoderPtr dec) { return boost::shared_ptr<x>(); } 00012 }; 00013 00014 castor::net::Defragment<x, CNER> f(120); 00015 */