Menu

Bug in file:protocol_types_utils.h

civilsf
2013-01-31
2013-01-31
  • civilsf

    civilsf - 2013-01-31

    file :protocol_types_utils.h can't be compiled in cpp project.

    Need add follow code:

    ifndef PROTOCOL_TYPES_UTILS_H_

    define PROTOCOL_TYPES_UTILS_H_

    include "protocol_types.h"

    include <i_protocol_types.h></i_protocol_types.h>

    include <protocol_command_types.h></protocol_command_types.h>

    include <protocol_constants.h></protocol_constants.h>

    ifdef __cplusplus

    extern "C"
    {

    endif

    ....

    ifdef __cplusplus

    }

    endif

    endif / PROTOCOL_TYPES_UTILS_H_ /

     
  • vmacari

    vmacari - 2013-01-31

    Hello civilsf, we added the fix that you requested. Please update sources.
    Thanks for your hint.

     

Log in to post a comment.

MongoDB Logo MongoDB