Switch to unified view

a/src/bincimapmime/iodevice.cc b/src/bincimapmime/iodevice.cc
...
...
28
//#include "session.h" // getEnv/hasEnv
28
//#include "session.h" // getEnv/hasEnv
29
29
30
#include <stdlib.h>
30
#include <stdlib.h>
31
#include <unistd.h>
31
#include <unistd.h>
32
32
33
#ifndef NO_NAMESPACES
33
using namespace ::std;
34
using namespace ::std;
34
using namespace ::Binc;
35
using namespace ::Binc;
36
#endif /* NO_NAMESPACES */
35
37
36
//------------------------------------------------------------------------
38
//------------------------------------------------------------------------
37
IODevice::IODevice(int f) : flags(f | IsEnabled),
39
IODevice::IODevice(int f) : flags(f | IsEnabled),
38
                  maxInputBufferSize(0),
40
                  maxInputBufferSize(0),
39
                  maxOutputBufferSize(0),
41
                  maxOutputBufferSize(0),