Skip to content

Commit

Permalink
[API] Added header-file with forward declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Apr 30, 2014
1 parent e256403 commit 96996d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/blackhole/forwards.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#pragma once

namespace blackhole {

class logger_base_t;

template<typename Level>
class verbose_logger_t;

template<class T, class Mutex>
class synchronized;

} // namespace blackhole

0 comments on commit 96996d3

Please sign in to comment.