Fire Core  8.0.0.alpha
GIS framework per tutti gli usi
 Tutto Classi Namespace Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Friend
FileManager.hpp
1 // Copyright 2015 GEOSYSTEMS SRL
2 // All Rights Reserved.
3 
4 #ifndef FIRE_LOGGING_CORE_APPENDER_FILEMANAGER_HPP_INCLUDED
5 #define FIRE_LOGGING_CORE_APPENDER_FILEMANAGER_HPP_INCLUDED
6 
7 #include <exception>
8 
9 #include "fire/logging/core/appender/OutputStreamManager.hpp"
10 
17 namespace fire {
24 namespace logging {
31 namespace core {
38 namespace appender {
46  public:
53  virtual ~FileManager();
54 };
55 } // namespace appender
56 } // namespace core
57 } // namespace logging
58 } // namespace fire
59 
60 #endif
Definition: FileManager.hpp:45
Definition: OutputStreamManager.hpp:46