repo.or.cz
/
wvapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HEAD: remove ridiculous dependency of wvmapi (actually wvtnef) on evolution
[wvapps.git]
/
wvprint
/
wvremotecontrol.cc
blob
e96999a6b5684af6da86a01987b2e1cad66f936e
1
2
3
4
#include
"wvremotecontrol.h"
5
#include
"wvprint.h"
6
7
8
bool
WvPrintRemoteControl
::
exec_command
(
WvStringParm command
)
9
{
10
if
(
command
==
"probelpd"
)
11
{
12
return
remote
->
probe_lpd
();
13
}
14
return false
;
15
}