1 #ifndef remcommhandler_h 2 #define remcommhandler_h 15 #include "mmprocmod.h" 19 namespace Network {
class Server; }
35 void dataReceivedCB(CallBacker*);
37 void uiErrorMsg(
const char*);
39 void writeLog(
const char* msg);
#define mExpClass(module)
Definition: commondefs.h:160
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
OD class for stream write common access to the user log file, or std::cout in batch progs...
Definition: od_ostream.h:26
Definition: jobcommunic.h:24
od_ostream & logstrm_
Definition: remcommhandler.h:40
Handles commands to be executed remotely on a different machine.
Definition: remcommhandler.h:25
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:47
Multi Machine Processing.
Definition: mmassetmgr.h:23
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
Network::Server & server_
Definition: remcommhandler.h:43
const int port_
Definition: remcommhandler.h:42