// %flair:license{ // This file is part of the Flair framework distributed under the // CECILL-C License, Version 1.0. // %flair:license} // created: 2013/04/10 // filename: DataPlot_impl.cpp // // author: Guillaume Sanahuja // Copyright Heudiasyc UMR UTC/CNRS 7253 // // version: $Id: $ // // purpose: classe de base pour les DataPlot_impl // // /*********************************************************************/ #include "DataPlot_impl.h" DataPlot_impl::DataPlot_impl() {} DataPlot_impl::~DataPlot_impl() {}