+ do files

This commit is contained in:
Caner Candan 2010-07-05 19:04:35 +02:00
commit a038586edb
27 changed files with 1439 additions and 0 deletions

14
src/doDistrib.h Normal file
View file

@ -0,0 +1,14 @@
#ifndef _doDistrib_h
#define _doDistrib_h
template < typename EOT >
class doDistrib
{
public:
//! Alias for the type
typedef EOT EOType;
virtual ~doDistrib(){}
};
#endif // !_doDistrib_h