mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
merge the trunk with the development of ZeroMQ branch
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@22451 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
#define FAIRMQLOGGER_H_
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
//#ifndef _MAKECINT_
|
||||
#include <sys/time.h>
|
||||
//#endif
|
||||
#include "Rtypes.h"
|
||||
#include "TString.h"
|
||||
|
||||
@@ -23,7 +21,7 @@ class FairMQLogger
|
||||
TString fBindAddress;
|
||||
public:
|
||||
enum {
|
||||
DEBUG, INFO, ERROR
|
||||
DEBUG, INFO, ERROR, STATE
|
||||
};
|
||||
FairMQLogger();
|
||||
FairMQLogger(TString bindAdress);
|
||||
|
Reference in New Issue
Block a user