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/text_plain.cc

    r868b365 r62231ec  
    11/*  This file is part of Alue, the multiprotocol Internet discussion daemon 
    22 
    3     Copyright © 2009 Antti-Juhani Kaijanaho 
     3    Copyright © 2009, 2010 Antti-Juhani Kaijanaho 
    44 
    55    Alue is free software: you can redistribute it and/or modify it 
     
    4646        void text_plain::init() 
    4747        { 
    48                 std::string text = get_body(); 
     48                std::string text = get_decoded_body(); 
    4949                content_type ct = get_content_type(); 
    5050                if (ct.get_type() != msg::content_type::TEXT ||