void endMovie() { std::cout << "Shutting movie theater down..." << std::endl; _popper->off(); _lights->on(); _screen->up(); _projector->off(); _amp->off(); _dvd->stop(); _dvd->eject(); _dvd->off(); }
void endMovie() { HUM_TRACE(ACE_TEXT("HomeTheaterFacade::endMovie")); std::cout << "Shutting movie theater down..." << std::endl; _popper->off(); _lights->on(); _screen->up(); _projector->off(); _amp->off(); _dvd->stop(); _dvd->eject(); _dvd->off(); }
void stopMovie() { amplifier->off(); projector->off(); dvd->off(); }