It's so strange to see here
authorsvost <ya.nowa@yandex.ru>
Wed, 20 Apr 2016 19:40:06 +0000 (22:40 +0300)
committersvost <ya.nowa@yandex.ru>
Wed, 20 Apr 2016 19:40:06 +0000 (22:40 +0300)
src/protocol.h

index 06165d8..69072b1 100644 (file)
@@ -3,10 +3,6 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-#ifndef __cplusplus
-# error This header can only be compiled as C++.
-#endif
-
 #ifndef __INCLUDED_PROTOCOL_H__
 #define __INCLUDED_PROTOCOL_H__
 
@@ -24,12 +20,11 @@ inline uint16_t GetDefaultPort()
     return static_cast<uint16_t>(fTestNet ? 17777 : 7777);
 }
 
-/** Message header.
- * (4) network identifier.
- * (12) command.
- * (4) size.
- * (4) checksum.
- */
+// Message header.
+// (4) network identifier.
+// (12) command.
+// (4) size.
+// (4) checksum.
 class CMessageHeader
 {
     public: