FS-6061 --resolve
This commit is contained in:
parent
5a01371d62
commit
406ce3f881
|
@ -1301,7 +1301,7 @@ SWITCH_DECLARE(bool) email(char *to, char *from, char *headers, char *body, char
|
|||
return false;
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(void) msleep(unsigned ms)
|
||||
SWITCH_DECLARE(void) switch_msleep(unsigned ms)
|
||||
{
|
||||
switch_sleep(ms * 1000);
|
||||
return;
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
%typemap(newfree) char * "free($1);";
|
||||
%newobject getGlobalVariable;
|
||||
%rename(msleep) switch_msleep;
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue