knowL: Knowledge Libraries
Loading...
Searching...
No Matches
ReceiveJob_p.h
1#include "Forward.h"
2
3namespace knowDataTransfert
4{
6 {
7 public:
8 ReceiveJob(const QString& _name, const QString& _sender, Interfaces::ReceiveIterator* _iterator, AbstractReceivingCommunicationInterface* _receivingInterface);
10 QString communicationNamespace() const;
11 void abort();
12 void waitForFinished();
13 private:
14 struct Private;
15 Private* const d;
16 };
17}
18
Definition AbstractCommunicationInterfaces.h:35
Definition ReceiveJob_p.h:6
Definition ReceiveJob.cpp:20