Defragment.cpp
Go to the documentation of this file.
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 */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Castor
Author(s): Carpe Noctem
autogenerated on Fri Nov 8 2013 11:05:39