Switch to unified view
a/src/bincimapmime/mime-getpart.cc | b/src/bincimapmime/mime-getpart.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 | const Binc::MimePart *Binc::MimePart::getPart(const string &findpart, |
48 | const Binc::MimePart *Binc::MimePart::getPart(const string &findpart, |
47 | string genpart, FetchType fetchType) const |
49 | string genpart, FetchType fetchType) const |
48 | { |
50 | { |