Switch to unified view

a/src/bincimapmime/mime.cc b/src/bincimapmime/mime.cc
...
...
38
#include <string.h>
38
#include <string.h>
39
#include <ctype.h>
39
#include <ctype.h>
40
#include <stdio.h>
40
#include <stdio.h>
41
#include <errno.h>
41
#include <errno.h>
42
42
43
#ifndef NO_NAMESPACES
43
using namespace ::std;
44
using namespace ::std;
45
#endif /* NO_NAMESPACES */
44
46
45
//------------------------------------------------------------------------
47
//------------------------------------------------------------------------
46
Binc::MimeDocument::MimeDocument(void) : MimePart()
48
Binc::MimeDocument::MimeDocument(void) : MimePart()
47
{
49
{
48
  allIsParsed = false;
50
  allIsParsed = false;