Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f46ac45d
Commit
f46ac45d
authored
7 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
util/*: update include guards
parent
1d1259a8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
ConstBuffer.hxx
src/util/ConstBuffer.hxx
+2
-2
StaticFifoBuffer.hxx
src/util/StaticFifoBuffer.hxx
+2
-2
StringBuffer.hxx
src/util/StringBuffer.hxx
+2
-2
StringUtil.hxx
src/util/StringUtil.hxx
+2
-2
WritableBuffer.hxx
src/util/WritableBuffer.hxx
+2
-2
No files found.
src/util/ConstBuffer.hxx
View file @
f46ac45d
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
#ifndef CONST_BUFFER_H
PP
#ifndef CONST_BUFFER_H
XX
#define CONST_BUFFER_H
PP
#define CONST_BUFFER_H
XX
#include "Compiler.h"
#include "Compiler.h"
...
...
This diff is collapsed.
Click to expand it.
src/util/StaticFifoBuffer.hxx
View file @
f46ac45d
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
#ifndef STATIC_FIFO_BUFFER_H
PP
#ifndef STATIC_FIFO_BUFFER_H
XX
#define STATIC_FIFO_BUFFER_H
PP
#define STATIC_FIFO_BUFFER_H
XX
#include "WritableBuffer.hxx"
#include "WritableBuffer.hxx"
...
...
This diff is collapsed.
Click to expand it.
src/util/StringBuffer.hxx
View file @
f46ac45d
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
#ifndef STRING_BUFFER_H
PP
#ifndef STRING_BUFFER_H
XX
#define STRING_BUFFER_H
PP
#define STRING_BUFFER_H
XX
#include <array>
#include <array>
...
...
This diff is collapsed.
Click to expand it.
src/util/StringUtil.hxx
View file @
f46ac45d
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
*/
#ifndef
MPD_
STRING_UTIL_HXX
#ifndef STRING_UTIL_HXX
#define
MPD_
STRING_UTIL_HXX
#define STRING_UTIL_HXX
#include "Compiler.h"
#include "Compiler.h"
...
...
This diff is collapsed.
Click to expand it.
src/util/WritableBuffer.hxx
View file @
f46ac45d
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
#ifndef WRITABLE_BUFFER_H
PP
#ifndef WRITABLE_BUFFER_H
XX
#define WRITABLE_BUFFER_H
PP
#define WRITABLE_BUFFER_H
XX
#include "Compiler.h"
#include "Compiler.h"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment