ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/CommonLibs/plog/Appenders/IAppender.h
(Generate patch)

Comparing s10k/CommonLibs/plog/Appenders/IAppender.h (file contents):
Revision 1073 by s10k, Thu Oct 5 17:48:32 2017 UTC vs.
Revision 1096 by s10k, Sat Dec 30 14:40:33 2017 UTC

# Line 1 | Line 1
1 < #pragma once
2 < #include <plog/Record.h>
3 <
4 < namespace plog
5 < {
6 <    class IAppender
7 <    {
8 <    public:
9 <        virtual ~IAppender()
10 <        {
11 <        }
12 <
13 <        virtual void write(const Record& record) = 0;
14 <    };
15 < }
1 > #pragma once
2 > #include <plog/Record.h>
3 >
4 > namespace plog
5 > {
6 >    class IAppender
7 >    {
8 >    public:
9 >        virtual ~IAppender()
10 >        {
11 >        }
12 >
13 >        virtual void write(const Record& record) = 0;
14 >    };
15 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)