diff options
Diffstat (limited to 'src/syncTcpConnection.h')
-rw-r--r-- | src/syncTcpConnection.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ +#ifndef ANYTUN_syncTcpConnection_h_INCLUDED +#define ANYTUN_syncTcpConnection_h_INCLUDED -#ifndef _SYNCTCPCONNECTION_H_ -#define _SYNCTCPCONNECTION_H_ #include <boost/shared_ptr.hpp> #include <boost/enable_shared_from_this.hpp> #include <boost/function.hpp> @@ -63,4 +63,5 @@ private: size_t /*bytes_transferred*/); proto::socket socket_; }; + #endif |