removed C++ comments.

This commit is contained in:
skarg
2011-02-25 15:25:13 +00:00
parent fca0e87ca7
commit 00050f70ed
+20 -18
View File
@@ -215,24 +215,26 @@ static void Init_Service_Handlers(
apdu_set_confirmed_handler(SERVICE_CONFIRMED_SUBSCRIBE_COV, apdu_set_confirmed_handler(SERVICE_CONFIRMED_SUBSCRIBE_COV,
handler_cov_subscribe); handler_cov_subscribe);
// Adding these handlers require the project(s) to change. #if 0
//#if defined(BACFILE) /* Adding these handlers require the project(s) to change. */
// apdu_set_confirmed_handler(SERVICE_CONFIRMED_ATOMIC_WRITE_FILE, #if defined(BACFILE)
// handler_atomic_write_file); apdu_set_confirmed_handler(SERVICE_CONFIRMED_ATOMIC_WRITE_FILE,
//#endif handler_atomic_write_file);
// apdu_set_confirmed_handler(SERVICE_CONFIRMED_READ_RANGE, #endif
// handler_read_range); apdu_set_confirmed_handler(SERVICE_CONFIRMED_READ_RANGE,
// apdu_set_confirmed_handler(SERVICE_CONFIRMED_REINITIALIZE_DEVICE, handler_read_range);
// handler_reinitialize_device); apdu_set_confirmed_handler(SERVICE_CONFIRMED_REINITIALIZE_DEVICE,
// apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_UTC_TIME_SYNCHRONIZATION, handler_reinitialize_device);
// handler_timesync_utc); apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_UTC_TIME_SYNCHRONIZATION,
// apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_TIME_SYNCHRONIZATION, handler_timesync_utc);
// handler_timesync); apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_TIME_SYNCHRONIZATION,
// apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_COV_NOTIFICATION, handler_timesync);
// handler_ucov_notification); apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_COV_NOTIFICATION,
// /* handle communication so we can shutup when asked */ handler_ucov_notification);
// apdu_set_confirmed_handler(SERVICE_CONFIRMED_DEVICE_COMMUNICATION_CONTROL, /* handle communication so we can shutup when asked */
// handler_device_communication_control); apdu_set_confirmed_handler(SERVICE_CONFIRMED_DEVICE_COMMUNICATION_CONTROL,
handler_device_communication_control);
#endif
} }
static void print_address( static void print_address(