three_rates.cpp 142 B

123456789
  1. #include "three_rates.h"
  2. #include "three_rates_impl.h"
  3. three_rates* three_rates::get_instance()
  4. {
  5. return three_rates_impl::_instance();
  6. }