Sha256: 5b6b3684dedde59d1baab03278afc9bda7b9abbe8d7010b82c56cf5c3845b45e
Contents?: true
Size: 362 Bytes
Versions: 13
Compression:
Stored size: 362 Bytes
Contents
/* * DetectorException.cpp * * Created on: Aug 26, 2011 * Author: luiz */ #include "DetectorException.h" namespace zxing { namespace datamatrix { DetectorException::DetectorException(const char *msg) : Exception(msg) { } DetectorException::~DetectorException() throw () { // TODO Auto-generated destructor stub } } } /* namespace zxing */
Version data entries
13 entries across 13 versions & 4 rubygems