// (c) Thales group, 2010 /* Authors: Johann Dreo Caner Candan */ #ifndef _doDistrib_h #define _doDistrib_h template < typename EOT > class doDistrib { public: //! Alias for the type typedef EOT EOType; virtual ~doDistrib(){} }; #endif // !_doDistrib_h