src/relpipe-lib-common.cpp
branchv_0
changeset 18 9d566568d37c
parent 17 46151cd23815
equal deleted inserted replaced
17:46151cd23815 18:9d566568d37c
    17  * You should have received a copy of the GNU General Public License
    17  * You should have received a copy of the GNU General Public License
    18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    19  */
    19  */
    20 
    20 
    21 /*
    21 /*
    22  * The relpipe-lib-protocol.cpp is a header-only C++ library.
    22  * The header-only parts of this library should be included from here.
    23  * Generated .so file is quite useless and it is not needed to compile this library.
    23  * Compilation validates that the .h file has no severe bugs.
    24  * Compilation just validates that the .h file has no severe bugs.
       
    25  * In future, the binary might contain some code for testing purposes.
       
    26  */
    24  */
    27 #include "../include/relpipe/protocol/constants.h"
    25 #include "../include/relpipe/protocol/constants.h"