summaryrefslogtreecommitdiff
path: root/core/launcher/server.h
Side-by-side diff
Diffstat (limited to 'core/launcher/server.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/server.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/launcher/server.h b/core/launcher/server.h
index d71d68a..5b2f995 100644
--- a/core/launcher/server.h
+++ b/core/launcher/server.h
@@ -43,2 +43,3 @@ namespace Core {
class ODeviceButton;
+ class OProcess;
}
@@ -65,2 +66,6 @@ public slots:
private slots:
+ //@{
+ void startSoundServer();
+ void soundServerExited();
+ //@}
void activate(const Opie::Core::ODeviceButton*,bool);
@@ -106,2 +111,4 @@ private:
QueuedRequestRunner *qrr;
+
+ Opie::Core::OProcess *process;
};