~ubuntu-branches/ubuntu/wily/log4cpp/wily-proposed

« back to all changes in this revision

Viewing changes to src/Priority.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-04-06 09:45:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080406094537-cyhmgbqybwqn82nl
Tags: 1.0-4
* Add patch to fix FTBFS with gcc 4.3. Thanks to Barry deFreeze.
  (Closes: #455336)
* Add patch to remove log4cpp_cflags from pkgconfig file. (Closes: #472289)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                        "NOTSET",
27
27
                        "UNKNOWN" 
28
28
        };
29
 
    }
 
29
    }    
 
30
 
 
31
    const int log4cpp::Priority::MESSAGE_SIZE = 8;
 
32
    
30
33
 
31
34
    const std::string& Priority::getPriorityName(int priority) throw() {
32
35