00001 // -*- C++ -*- 00002 // 00003 // Package: Core 00004 // Class : FWConfigurable 00005 // 00006 // Implementation: 00007 // <Notes on implementation> 00008 // 00009 // Original Author: Chris Jones 00010 // Created: Sun Feb 24 14:42:30 EST 2008 00011 // $Id: FWConfigurable.cc,v 1.3 2010/06/18 10:17:15 yana Exp $ 00012 // 00013 00014 // system include files 00015 00016 // user include files 00017 #include "Fireworks/Core/interface/FWConfigurable.h" 00018 00019 // 00020 // constants, enums and typedefs 00021 // 00022 00023 // 00024 // static data member definitions 00025 // 00026 00027 // 00028 // constructors and destructor 00029 // 00030 FWConfigurable::FWConfigurable() 00031 { 00032 } 00033 00034 // FWConfigurable::FWConfigurable(const FWConfigurable& rhs) 00035 // { 00036 // // do actual copying here; 00037 // } 00038 00039 FWConfigurable::~FWConfigurable() 00040 { 00041 } 00042 00043 // 00044 // assignment operators 00045 // 00046 // const FWConfigurable& FWConfigurable::operator=(const FWConfigurable& rhs) 00047 // { 00048 // //An exception safe implementation is 00049 // FWConfigurable temp(rhs); 00050 // swap(rhs); 00051 // 00052 // return *this; 00053 // } 00054 00055 // 00056 // member functions 00057 // 00058 00059 // 00060 // const member functions 00061 // 00062 00063 // 00064 // static member functions 00065 //