X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fencoded_log_entry.cc;h=4e1b98210b24ded346b8428c298c5be6f7a52c3b;hb=3799e91d126d243d41c44dcb0ca1bfa66b53a57e;hp=e8d43630594d0d9b2296229dabe898f4fa0d6703;hpb=b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f;p=dcpomatic.git diff --git a/src/lib/encoded_log_entry.cc b/src/lib/encoded_log_entry.cc index e8d436305..4e1b98210 100644 --- a/src/lib/encoded_log_entry.cc +++ b/src/lib/encoded_log_entry.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,14 @@ */ + #include "encoded_log_entry.h" +#include + using std::string; + EncodedLogEntry::EncodedLogEntry (int frame, string ip, double receive, double encode, double send) : LogEntry (LogEntry::TYPE_GENERAL) , _frame (frame) @@ -33,6 +37,7 @@ EncodedLogEntry::EncodedLogEntry (int frame, string ip, double receive, double e } + string EncodedLogEntry::message () const {