Skip to content

Commit

Permalink
LineBuffer.h: update header comment and #include guard for new filename
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Feb 19, 2018
1 parent 974c8b8 commit 39b45a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/common/LineBuffer.h
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------
//
// File
// Name: GetLine.h
// Name: LineBuffer.h
// Purpose: Common base class for line based file descriptor reading
// Created: 2011/04/22
//
// --------------------------------------------------------------------------

#ifndef GETLINE__H
#define GETLINE__H
#ifndef LINEBUFFER__H
#define LINEBUFFER__H

#include <string>

Expand Down Expand Up @@ -64,5 +64,5 @@ class LineBuffer
bool mEOF;
};

#endif // GETLINE__H
#endif // LINEBUFFER__H

0 comments on commit 39b45a4

Please sign in to comment.