From 321cea04e34658fde3de47c104682b5cefce6eeb Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 16 Oct 2002 15:34:05 +0000 Subject: more implementation!! OCOPClient now tries to start the server --- (limited to 'x11/ipc/client/ocopclient.h') diff --git a/x11/ipc/client/ocopclient.h b/x11/ipc/client/ocopclient.h index e9544b9..53018a5 100644 --- a/x11/ipc/client/ocopclient.h +++ b/x11/ipc/client/ocopclient.h @@ -44,15 +44,17 @@ public: signals: void called(const QCString&, const QCString&, const QByteArray& ); private slots: + void init(); void init(const QCString& pa); void newData(); private: + void startUP(); OCOPPacket packet()const; void call( const OCOPPacket& ); QSocketNotifier* m_notify; int m_socket; -private slots: + int m_tries; }; -- cgit v0.9.0.2