[Freeswitch-trunk] [commit] r13745 - freeswitch/trunk/src/include
FreeSWITCH SVN
mrene at freeswitch.org
Tue Jun 9 22:08:54 PDT 2009
Author: mrene
Date: Wed Jun 10 00:08:53 2009
New Revision: 13745
Log:
Add SWITCH_XML_SECTION_MAX to switch_xml_section_enum_t
Modified:
freeswitch/trunk/src/include/switch_types.h
Modified: freeswitch/trunk/src/include/switch_types.h
==============================================================================
--- freeswitch/trunk/src/include/switch_types.h (original)
+++ freeswitch/trunk/src/include/switch_types.h Wed Jun 10 00:08:53 2009
@@ -406,7 +406,10 @@
SWITCH_XML_SECTION_CONFIG = (1 << 0),
SWITCH_XML_SECTION_DIRECTORY = (1 << 1),
SWITCH_XML_SECTION_DIALPLAN = (1 << 2),
- SWITCH_XML_SECTION_PHRASES = (1 << 3)
+ SWITCH_XML_SECTION_PHRASES = (1 << 3),
+
+ /* Nothing after this line */
+ SWITCH_XML_SECTION_MAX = (1 << 4)
} switch_xml_section_enum_t;
typedef uint32_t switch_xml_section_t;
More information about the Freeswitch-trunk
mailing list