HEAD: remove ridiculous dependency of wvmapi (actually wvtnef) on evolution
[wvapps.git] / wvprint / wvremotecontrol.cc
blobe96999a6b5684af6da86a01987b2e1cad66f936e
4 #include "wvremotecontrol.h"
5 #include "wvprint.h"
8 bool WvPrintRemoteControl::exec_command(WvStringParm command)
10 if (command == "probelpd")
12 return remote->probe_lpd();
14 return false;