Changeset 62231ec0359b34f6a82b6688a7af97f2eb2ede10 for msg/entity.hh
- Timestamp:
- 08/29/10 15:19:50 (21 months ago)
- Children:
- c504199e7e127458fff243397776ee854e62b7a3
- Parents:
- 8fab37d78032b4009b127dc2d5c06b71a627ebd5
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (08/29/10 15:19:50)
- Files:
-
- 1 modified
-
msg/entity.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
msg/entity.hh
r19beb87 r62231ec 53 53 std::string get_header() const; 54 54 std::string get_body() const { return body; } 55 std::string get_decoded_body() const; 55 56 std::string get_entity() const { 56 57 return get_header() + "\r\n" + get_body();
