~ubuntu-branches/ubuntu/oneiric/libclaw/oneiric

« back to all changes in this revision

Viewing changes to claw/logger.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge
  • Date: 2009-09-08 14:18:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908141813-3gog70gacxiuzqru
Tags: 1.5.4-2
Pass -V option to dh_makeshlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    typedef std::list<stream_type*> stream_list_type;
72
72
 
73
73
  public:
74
 
    log_system();
 
74
    CLAW_LOGGER_EXPORT log_system();
75
75
    CLAW_LOGGER_EXPORT ~log_system();
76
76
    CLAW_LOGGER_EXPORT void clear();
77
77
 
108
108
 
109
109
} // namespace claw
110
110
 
 
111
namespace std
 
112
{
 
113
  CLAW_LOGGER_EXPORT claw::log_system& endl( claw::log_system& log );
 
114
} // namespace std
 
115
 
111
116
// template methods
112
117
#include <claw/impl/logger.tpp>
113
118