Switch to unified view
a/src/bincimapmime/address.cc | b/src/bincimapmime/address.cc | ||
---|---|---|---|
... |
... |
||
29 | 29 | ||
30 | #include "address.h" |
30 | #include "address.h" |
31 | #include "convert.h" |
31 | #include "convert.h" |
32 | #include <string> |
32 | #include <string> |
33 | 33 | ||
34 | #ifndef NO_NAMESPACES |
||
34 | using namespace ::std; |
35 | using namespace ::std; |
35 | using namespace Binc; |
36 | using namespace Binc; |
37 | #endif /* NO_NAMESPACES */ |
||
36 | 38 | ||
37 | //------------------------------------------------------------------------ |
39 | //------------------------------------------------------------------------ |
38 | Address::Address(const string &name, const string &addr) |
40 | Address::Address(const string &name, const string &addr) |
39 | { |
41 | { |
40 | string::size_type pos = addr.find('@'); |
42 | string::size_type pos = addr.find('@'); |