STYLE: writeFile - renamed writeTime to writeCurrentTime to avoid conflicts

This commit is contained in:
Andrew Heather
2019-09-09 09:19:38 +01:00
committed by Mark Olesen
parent 1b17784a1f
commit 31aad2159f
23 changed files with 25 additions and 25 deletions

View File

@ -186,7 +186,7 @@ public:
virtual void writeHeader(Ostream& os, const string& str) const;
//- Write the current time to stream
virtual void writeTime(Ostream& os) const;
virtual void writeCurrentTime(Ostream& os) const;
//- Write a break marker to the stream
virtual void writeBreak(Ostream& os) const;