Added enumerations and text for notification class object support.

This commit is contained in:
skarg
2009-09-14 10:58:19 +00:00
parent c4e56abcea
commit bc01893af4
3 changed files with 76 additions and 1 deletions
+11
View File
@@ -97,7 +97,18 @@ extern "C" {
unsigned index);
const char *bactext_segmentation_name(
unsigned index);
const char *bactext_event_transition_name(
unsigned index);
bool bactext_event_transition_index(
const char *search_name,
unsigned *found_index);
const char *bactext_days_of_week_name(
unsigned index);
bool bactext_days_of_week_index(
const char *search_name,
unsigned *found_index);
#ifdef __cplusplus
}