Line data Source code
1 : //---------------------------------------------------------------- 2 : // 3 : // File: CodecFast.cpp 4 : // 5 : //---------------------------------------------------------------- 6 : 7 : #include "codec/CodecFast.h" 8 : 9 : using namespace Codec; 10 : 11 : /*-----------------------------------------------------------*//** 12 : 13 : Constructor 14 : 15 : */ 16 0 : CodecFast::CodecFast() 17 : { 18 : // Empty. 19 0 : } 20 : 21 : //----------------------------------------------------------------