From 7ca06c7c5a0ae4bb38a67948a03ad8585f925707 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Wed, 11 Nov 2009 20:35:10 +0000 Subject: fixed header file include guards to be C++ compliant; now always use format ANYTUN__INCLUDED --- src/syncTcpConnection.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/syncTcpConnection.h') diff --git a/src/syncTcpConnection.h b/src/syncTcpConnection.h index 6c32eba..e35c574 100644 --- a/src/syncTcpConnection.h +++ b/src/syncTcpConnection.h @@ -29,9 +29,9 @@ * You should have received a copy of the GNU General Public License * along with anytun. If not, see . */ +#ifndef ANYTUN_syncTcpConnection_h_INCLUDED +#define ANYTUN_syncTcpConnection_h_INCLUDED -#ifndef _SYNCTCPCONNECTION_H_ -#define _SYNCTCPCONNECTION_H_ #include #include #include @@ -63,4 +63,5 @@ private: size_t /*bytes_transferred*/); proto::socket socket_; }; + #endif -- cgit v1.2.3