Octave Interface: Moved debug output macro to socket tools

To make it available to all the SocketServer related classes.
This commit is contained in:
Jacob Støren 2013-10-08 14:18:23 +02:00
parent cf3cf7c3f9
commit d5fe84bfbb
2 changed files with 2 additions and 1 deletions

View File

@ -657,7 +657,7 @@ private:
static bool RiaSetActiveCellProperty_init = RiaSocketCommandFactory::instance()->registerCreator<RiaSetActiveCellProperty>(RiaSetActiveCellProperty::commandName());
#define PMonLog( MessageString ) RiuMainWindow::instance()->processMonitor()->addStringToLog( MessageString );
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -18,6 +18,7 @@
class RimCase;
class RiaSocketServer;
#define PMonLog( MessageString ) RiuMainWindow::instance()->processMonitor()->addStringToLog( MessageString );
class RiaSocketTools
{