Skip to content

Commit

Permalink
FS-6061 --resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmFS committed Dec 23, 2013
1 parent 8f73c4e commit 1af7228
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/switch_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,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;
Expand Down
5 changes: 5 additions & 0 deletions swig_common.i
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
%typemap(newfree) char * "free($1);";
%newobject getGlobalVariable;
%rename(msleep) switch_msleep;




0 comments on commit 1af7228

Please sign in to comment.