00001 #include "PlottableObjective.h" 00002 00003 PlottableObjective::PlottableObjective() 00004 { 00005 } 00006 00007 PlottableObjective::~PlottableObjective() 00008 { 00009 } 00010 00011 PlottableObjective& PlottableObjective::operator= (const PlottableObjective& source) 00012 { 00013 if (this == &source) return *this; 00014 00015 GeneralObjective::operator=(source); 00016 return *this; 00017 00018 }
1.5.5