summaryrefslogtreecommitdiff
path: root/core/launcher/server.h
Side-by-side diff
Diffstat (limited to 'core/launcher/server.h') (more/less context) (ignore 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
@@ -42,4 +42,5 @@ namespace Opie {
namespace Core {
class ODeviceButton;
+ class OProcess;
}
}
@@ -64,4 +65,8 @@ public slots:
private slots:
+ //@{
+ void startSoundServer();
+ void soundServerExited();
+ //@}
void activate(const Opie::Core::ODeviceButton*,bool);
void syncConnectionClosed( const QHostAddress & );
@@ -105,4 +110,6 @@ private:
bool directAccessRun;
QueuedRequestRunner *qrr;
+
+ Opie::Core::OProcess *process;
};