mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-14 00:01:56 +00:00
fix build prob
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8366 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -144,7 +144,7 @@ class Event {
|
||||
SWITCH_DECLARE(bool) setPriority(switch_priority_t priority = SWITCH_PRIORITY_NORMAL);
|
||||
SWITCH_DECLARE(char *)getHeader(char *header_name);
|
||||
SWITCH_DECLARE(char *)getBody(void);
|
||||
SWITCH_DECLARE(char *)getType(void);
|
||||
SWITCH_DECLARE(const char *)getType(void);
|
||||
SWITCH_DECLARE(bool) addBody(const char *value);
|
||||
SWITCH_DECLARE(bool) addHeader(const char *header_name, const char *value);
|
||||
SWITCH_DECLARE(bool) delHeader(const char *header_name);
|
||||
|
||||
Reference in New Issue
Block a user