Show
Ignore:
Timestamp:
08/29/10 15:19:50 (21 months ago)
Author:
Antti-Juhani Kaijanaho <antti-juhani@…>
Children:
c504199e7e127458fff243397776ee854e62b7a3
Parents:
8fab37d78032b4009b127dc2d5c06b71a627ebd5
git-committer:
Antti-Juhani Kaijanaho <antti-juhani@…> (08/29/10 15:19:50)
Message:

[msg::entity] Add a stub for get_decoded_body.

Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • msg/entity.hh

    r19beb87 r62231ec  
    5353                std::string get_header() const; 
    5454                std::string get_body() const { return body; } 
     55                std::string get_decoded_body() const; 
    5556                std::string get_entity() const { 
    5657                        return get_header() + "\r\n" + get_body();