aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/completion_queue.h
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-01 05:24:36 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-01 06:18:14 +0100
commit1ff52d5278b625ede3d008f053b652fa455eaf6b (patch)
tree588eec54aab2ec62c497b9395d21a4dd9abb8140 /include/grpc++/completion_queue.h
parent0c84e3c4e68ba9c480074387fadf40fb9b8da873 (diff)
Guard headers tool.
Diffstat (limited to 'include/grpc++/completion_queue.h')
-rw-r--r--include/grpc++/completion_queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/completion_queue.h b/include/grpc++/completion_queue.h
index 0075482d71..0ca1260403 100644
--- a/include/grpc++/completion_queue.h
+++ b/include/grpc++/completion_queue.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef __GRPCPP_COMPLETION_QUEUE_H__
-#define __GRPCPP_COMPLETION_QUEUE_H__
+#ifndef GRPCXX_COMPLETION_QUEUE_H
+#define GRPCXX_COMPLETION_QUEUE_H
#include <grpc++/impl/client_unary_call.h>
@@ -121,4 +121,4 @@ class CompletionQueue {
} // namespace grpc
-#endif // __GRPCPP_COMPLETION_QUEUE_H__
+#endif // GRPCXX_COMPLETION_QUEUE_H