Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
9612a921
提交
9612a921
authored
2月 16, 2014
作者:
Jeff Lenk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ESL-81 --resolve
上级
4fe481cb
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
1669 行增加
和
16 行删除
+1669
-16
ESL.2010.vcxproj
libs/esl/managed/ESL.2010.vcxproj
+1
-1
ESL.2010.vcxproj.filters
libs/esl/managed/ESL.2010.vcxproj.filters
+1
-1
ESL.2012.vcxproj
libs/esl/managed/ESL.2012.vcxproj
+1
-1
ESL.2012.vcxproj.filters
libs/esl/managed/ESL.2012.vcxproj.filters
+1
-1
ESLPINVOKE.2010.cs
libs/esl/managed/ESLPINVOKE.2010.cs
+331
-0
ESLconnection.2010.cs
libs/esl/managed/ESLconnection.2010.cs
+158
-0
ESLevent.2010.cs
libs/esl/managed/ESLevent.2010.cs
+144
-0
ManagedEsl.2010.csproj
libs/esl/managed/ManagedEsl.2010.csproj
+6
-6
ManagedEsl.2012.csproj
libs/esl/managed/ManagedEsl.2012.csproj
+6
-6
SWIGTYPE_p_esl_event_t.2010.cs
libs/esl/managed/SWIGTYPE_p_esl_event_t.2010.cs
+27
-0
SWIGTYPE_p_esl_priority_t.2010.cs
libs/esl/managed/SWIGTYPE_p_esl_priority_t.2010.cs
+27
-0
esl.2010.cs
libs/esl/managed/esl.2010.cs
+18
-0
esl_wrap.2010.cpp
libs/esl/managed/esl_wrap.2010.cpp
+948
-0
没有找到文件。
libs/esl/managed/ESL.2010.vcxproj
浏览文件 @
9612a921
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\src\esl_oop.cpp"
/>
<ClCompile
Include=
"..\src\esl_oop.cpp"
/>
<ClCompile
Include=
"esl_wrap.cpp"
/>
<ClCompile
Include=
"esl_wrap.
2010.
cpp"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\src\include\esl_oop.h"
/>
<ClInclude
Include=
"..\src\include\esl_oop.h"
/>
...
...
libs/esl/managed/ESL.2010.vcxproj.filters
浏览文件 @
9612a921
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<ClCompile
Include=
"..\src\esl_oop.cpp"
>
<ClCompile
Include=
"..\src\esl_oop.cpp"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"esl_wrap.cpp"
>
<ClCompile
Include=
"esl_wrap.
2010.
cpp"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
...
...
libs/esl/managed/ESL.2012.vcxproj
浏览文件 @
9612a921
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\src\esl_oop.cpp"
/>
<ClCompile
Include=
"..\src\esl_oop.cpp"
/>
<ClCompile
Include=
"esl_wrap.cpp"
/>
<ClCompile
Include=
"esl_wrap.
2010.
cpp"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\src\include\esl_oop.h"
/>
<ClInclude
Include=
"..\src\include\esl_oop.h"
/>
...
...
libs/esl/managed/ESL.2012.vcxproj.filters
浏览文件 @
9612a921
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<ClCompile
Include=
"..\src\esl_oop.cpp"
>
<ClCompile
Include=
"..\src\esl_oop.cpp"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"esl_wrap.cpp"
>
<ClCompile
Include=
"esl_wrap.
2010.
cpp"
>
<Filter>
Source Files
</Filter>
<Filter>
Source Files
</Filter>
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
...
...
libs/esl/managed/ESLPINVOKE.2010.cs
0 → 100644
浏览文件 @
9612a921
差异被折叠。
点击展开。
libs/esl/managed/ESLconnection.2010.cs
0 → 100644
浏览文件 @
9612a921
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
using
System
;
using
System.Runtime.InteropServices
;
public
class
ESLconnection
:
IDisposable
{
private
HandleRef
swigCPtr
;
protected
bool
swigCMemOwn
;
internal
ESLconnection
(
IntPtr
cPtr
,
bool
cMemoryOwn
)
{
swigCMemOwn
=
cMemoryOwn
;
swigCPtr
=
new
HandleRef
(
this
,
cPtr
);
}
internal
static
HandleRef
getCPtr
(
ESLconnection
obj
)
{
return
(
obj
==
null
)
?
new
HandleRef
(
null
,
IntPtr
.
Zero
)
:
obj
.
swigCPtr
;
}
~
ESLconnection
()
{
Dispose
();
}
public
virtual
void
Dispose
()
{
lock
(
this
)
{
if
(
swigCPtr
.
Handle
!=
IntPtr
.
Zero
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
ESLPINVOKE
.
delete_ESLconnection
(
swigCPtr
);
}
swigCPtr
=
new
HandleRef
(
null
,
IntPtr
.
Zero
);
}
GC
.
SuppressFinalize
(
this
);
}
}
public
ESLconnection
(
string
host
,
int
port
,
string
user
,
string
password
)
:
this
(
ESLPINVOKE
.
new_ESLconnection__SWIG_0
(
host
,
port
,
user
,
password
),
true
)
{
}
public
ESLconnection
(
string
host
,
int
port
,
string
password
)
:
this
(
ESLPINVOKE
.
new_ESLconnection__SWIG_1
(
host
,
port
,
password
),
true
)
{
}
public
ESLconnection
(
string
host
,
string
port
,
string
user
,
string
password
)
:
this
(
ESLPINVOKE
.
new_ESLconnection__SWIG_2
(
host
,
port
,
user
,
password
),
true
)
{
}
public
ESLconnection
(
string
host
,
string
port
,
string
password
)
:
this
(
ESLPINVOKE
.
new_ESLconnection__SWIG_3
(
host
,
port
,
password
),
true
)
{
}
public
ESLconnection
(
int
socket
)
:
this
(
ESLPINVOKE
.
new_ESLconnection__SWIG_4
(
socket
),
true
)
{
}
public
int
SocketDescriptor
()
{
int
ret
=
ESLPINVOKE
.
ESLconnection_SocketDescriptor
(
swigCPtr
);
return
ret
;
}
public
int
Connected
()
{
int
ret
=
ESLPINVOKE
.
ESLconnection_Connected
(
swigCPtr
);
return
ret
;
}
public
ESLevent
GetInfo
()
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_GetInfo
(
swigCPtr
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
int
Send
(
string
cmd
)
{
int
ret
=
ESLPINVOKE
.
ESLconnection_Send
(
swigCPtr
,
cmd
);
return
ret
;
}
public
ESLevent
SendRecv
(
string
cmd
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_SendRecv
(
swigCPtr
,
cmd
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
ESLevent
Api
(
string
cmd
,
string
arg
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_Api
(
swigCPtr
,
cmd
,
arg
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
ESLevent
Bgapi
(
string
cmd
,
string
arg
,
string
job_uuid
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_Bgapi
(
swigCPtr
,
cmd
,
arg
,
job_uuid
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
ESLevent
SendEvent
(
ESLevent
send_me
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_SendEvent
(
swigCPtr
,
ESLevent
.
getCPtr
(
send_me
));
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
int
sendMSG
(
ESLevent
send_me
,
string
uuid
)
{
int
ret
=
ESLPINVOKE
.
ESLconnection_sendMSG
(
swigCPtr
,
ESLevent
.
getCPtr
(
send_me
),
uuid
);
return
ret
;
}
public
ESLevent
RecvEvent
()
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_RecvEvent
(
swigCPtr
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
ESLevent
RecvEventTimed
(
int
ms
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_RecvEventTimed
(
swigCPtr
,
ms
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
ESLevent
Filter
(
string
header
,
string
value
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_Filter
(
swigCPtr
,
header
,
value
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
int
Events
(
string
etype
,
string
value
)
{
int
ret
=
ESLPINVOKE
.
ESLconnection_Events
(
swigCPtr
,
etype
,
value
);
return
ret
;
}
public
ESLevent
Execute
(
string
app
,
string
arg
,
string
uuid
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_Execute
(
swigCPtr
,
app
,
arg
,
uuid
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
ESLevent
ExecuteAsync
(
string
app
,
string
arg
,
string
uuid
)
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLconnection_ExecuteAsync
(
swigCPtr
,
app
,
arg
,
uuid
);
ESLevent
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
ESLevent
(
cPtr
,
true
);
return
ret
;
}
public
int
SetAsyncExecute
(
string
val
)
{
int
ret
=
ESLPINVOKE
.
ESLconnection_SetAsyncExecute
(
swigCPtr
,
val
);
return
ret
;
}
public
int
SetEventLock
(
string
val
)
{
int
ret
=
ESLPINVOKE
.
ESLconnection_SetEventLock
(
swigCPtr
,
val
);
return
ret
;
}
public
int
Disconnect
()
{
int
ret
=
ESLPINVOKE
.
ESLconnection_Disconnect
(
swigCPtr
);
return
ret
;
}
}
libs/esl/managed/ESLevent.2010.cs
0 → 100644
浏览文件 @
9612a921
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
using
System
;
using
System.Runtime.InteropServices
;
public
class
ESLevent
:
IDisposable
{
private
HandleRef
swigCPtr
;
protected
bool
swigCMemOwn
;
internal
ESLevent
(
IntPtr
cPtr
,
bool
cMemoryOwn
)
{
swigCMemOwn
=
cMemoryOwn
;
swigCPtr
=
new
HandleRef
(
this
,
cPtr
);
}
internal
static
HandleRef
getCPtr
(
ESLevent
obj
)
{
return
(
obj
==
null
)
?
new
HandleRef
(
null
,
IntPtr
.
Zero
)
:
obj
.
swigCPtr
;
}
~
ESLevent
()
{
Dispose
();
}
public
virtual
void
Dispose
()
{
lock
(
this
)
{
if
(
swigCPtr
.
Handle
!=
IntPtr
.
Zero
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
ESLPINVOKE
.
delete_ESLevent
(
swigCPtr
);
}
swigCPtr
=
new
HandleRef
(
null
,
IntPtr
.
Zero
);
}
GC
.
SuppressFinalize
(
this
);
}
}
public
SWIGTYPE_p_esl_event_t
Event
{
set
{
ESLPINVOKE
.
ESLevent_Event_set
(
swigCPtr
,
SWIGTYPE_p_esl_event_t
.
getCPtr
(
value
));
}
get
{
IntPtr
cPtr
=
ESLPINVOKE
.
ESLevent_Event_get
(
swigCPtr
);
SWIGTYPE_p_esl_event_t
ret
=
(
cPtr
==
IntPtr
.
Zero
)
?
null
:
new
SWIGTYPE_p_esl_event_t
(
cPtr
,
false
);
return
ret
;
}
}
public
string
SerializedString
{
set
{
ESLPINVOKE
.
ESLevent_SerializedString_set
(
swigCPtr
,
value
);
}
get
{
string
ret
=
ESLPINVOKE
.
ESLevent_SerializedString_get
(
swigCPtr
);
return
ret
;
}
}
public
int
Mine
{
set
{
ESLPINVOKE
.
ESLevent_Mine_set
(
swigCPtr
,
value
);
}
get
{
int
ret
=
ESLPINVOKE
.
ESLevent_Mine_get
(
swigCPtr
);
return
ret
;
}
}
public
ESLevent
(
string
type
,
string
subclass_name
)
:
this
(
ESLPINVOKE
.
new_ESLevent__SWIG_0
(
type
,
subclass_name
),
true
)
{
}
public
ESLevent
(
SWIGTYPE_p_esl_event_t
wrap_me
,
int
free_me
)
:
this
(
ESLPINVOKE
.
new_ESLevent__SWIG_1
(
SWIGTYPE_p_esl_event_t
.
getCPtr
(
wrap_me
),
free_me
),
true
)
{
}
public
ESLevent
(
ESLevent
me
)
:
this
(
ESLPINVOKE
.
new_ESLevent__SWIG_2
(
ESLevent
.
getCPtr
(
me
)),
true
)
{
}
public
string
Serialize
(
string
format
)
{
string
ret
=
ESLPINVOKE
.
ESLevent_Serialize
(
swigCPtr
,
format
);
return
ret
;
}
public
bool
SetPriority
(
SWIGTYPE_p_esl_priority_t
priority
)
{
bool
ret
=
ESLPINVOKE
.
ESLevent_SetPriority
(
swigCPtr
,
SWIGTYPE_p_esl_priority_t
.
getCPtr
(
priority
));
if
(
ESLPINVOKE
.
SWIGPendingException
.
Pending
)
throw
ESLPINVOKE
.
SWIGPendingException
.
Retrieve
();
return
ret
;
}
public
string
GetHeader
(
string
header_name
,
int
idx
)
{
string
ret
=
ESLPINVOKE
.
ESLevent_GetHeader
(
swigCPtr
,
header_name
,
idx
);
return
ret
;
}
public
string
GetBody
()
{
string
ret
=
ESLPINVOKE
.
ESLevent_GetBody
(
swigCPtr
);
return
ret
;
}
public
string
getType
()
{
string
ret
=
ESLPINVOKE
.
ESLevent_getType
(
swigCPtr
);
return
ret
;
}
public
bool
AddBody
(
string
value
)
{
bool
ret
=
ESLPINVOKE
.
ESLevent_AddBody
(
swigCPtr
,
value
);
return
ret
;
}
public
bool
AddHeader
(
string
header_name
,
string
value
)
{
bool
ret
=
ESLPINVOKE
.
ESLevent_AddHeader
(
swigCPtr
,
header_name
,
value
);
return
ret
;
}
public
bool
pushHeader
(
string
header_name
,
string
value
)
{
bool
ret
=
ESLPINVOKE
.
ESLevent_pushHeader
(
swigCPtr
,
header_name
,
value
);
return
ret
;
}
public
bool
unshiftHeader
(
string
header_name
,
string
value
)
{
bool
ret
=
ESLPINVOKE
.
ESLevent_unshiftHeader
(
swigCPtr
,
header_name
,
value
);
return
ret
;
}
public
bool
DelHeader
(
string
header_name
)
{
bool
ret
=
ESLPINVOKE
.
ESLevent_DelHeader
(
swigCPtr
,
header_name
);
return
ret
;
}
public
string
FirstHeader
()
{
string
ret
=
ESLPINVOKE
.
ESLevent_FirstHeader
(
swigCPtr
);
return
ret
;
}
public
string
NextHeader
()
{
string
ret
=
ESLPINVOKE
.
ESLevent_NextHeader
(
swigCPtr
);
return
ret
;
}
}
libs/esl/managed/ManagedEsl.2010.csproj
浏览文件 @
9612a921
...
@@ -57,13 +57,13 @@
...
@@ -57,13 +57,13 @@
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Compile
Include=
"ESL.cs"
/>
<Compile
Include=
"ESL.
2010.
cs"
/>
<Compile
Include=
"ESLconnection.cs"
/>
<Compile
Include=
"ESLconnection.
2010.
cs"
/>
<Compile
Include=
"ESLevent.cs"
/>
<Compile
Include=
"ESLevent.
2010.
cs"
/>
<Compile
Include=
"ESLPINVOKE.cs"
/>
<Compile
Include=
"ESLPINVOKE.
2010.
cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_event_t.cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_event_t.
2010.
cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_priority_t.cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_priority_t.
2010.
cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<BootstrapperPackage
Include=
"Microsoft.Net.Client.3.5"
>
<BootstrapperPackage
Include=
"Microsoft.Net.Client.3.5"
>
...
...
libs/esl/managed/ManagedEsl.2012.csproj
浏览文件 @
9612a921
...
@@ -57,13 +57,13 @@
...
@@ -57,13 +57,13 @@
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Compile
Include=
"ESL.cs"
/>
<Compile
Include=
"ESL.
2010.
cs"
/>
<Compile
Include=
"ESLconnection.cs"
/>
<Compile
Include=
"ESLconnection.
2010.
cs"
/>
<Compile
Include=
"ESLevent.cs"
/>
<Compile
Include=
"ESLevent.
2010.
cs"
/>
<Compile
Include=
"ESLPINVOKE.cs"
/>
<Compile
Include=
"ESLPINVOKE.
2010.
cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_event_t.cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_event_t.
2010.
cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_priority_t.cs"
/>
<Compile
Include=
"SWIGTYPE_p_esl_priority_t.
2010.
cs"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<BootstrapperPackage
Include=
"Microsoft.Net.Client.3.5"
>
<BootstrapperPackage
Include=
"Microsoft.Net.Client.3.5"
>
...
...
libs/esl/managed/SWIGTYPE_p_esl_event_t.2010.cs
0 → 100644
浏览文件 @
9612a921
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
using
System
;
using
System.Runtime.InteropServices
;
public
class
SWIGTYPE_p_esl_event_t
{
private
HandleRef
swigCPtr
;
internal
SWIGTYPE_p_esl_event_t
(
IntPtr
cPtr
,
bool
futureUse
)
{
swigCPtr
=
new
HandleRef
(
this
,
cPtr
);
}
protected
SWIGTYPE_p_esl_event_t
()
{
swigCPtr
=
new
HandleRef
(
null
,
IntPtr
.
Zero
);
}
internal
static
HandleRef
getCPtr
(
SWIGTYPE_p_esl_event_t
obj
)
{
return
(
obj
==
null
)
?
new
HandleRef
(
null
,
IntPtr
.
Zero
)
:
obj
.
swigCPtr
;
}
}
libs/esl/managed/SWIGTYPE_p_esl_priority_t.2010.cs
0 → 100644
浏览文件 @
9612a921
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
using
System
;
using
System.Runtime.InteropServices
;
public
class
SWIGTYPE_p_esl_priority_t
{
private
HandleRef
swigCPtr
;
internal
SWIGTYPE_p_esl_priority_t
(
IntPtr
cPtr
,
bool
futureUse
)
{
swigCPtr
=
new
HandleRef
(
this
,
cPtr
);
}
protected
SWIGTYPE_p_esl_priority_t
()
{
swigCPtr
=
new
HandleRef
(
null
,
IntPtr
.
Zero
);
}
internal
static
HandleRef
getCPtr
(
SWIGTYPE_p_esl_priority_t
obj
)
{
return
(
obj
==
null
)
?
new
HandleRef
(
null
,
IntPtr
.
Zero
)
:
obj
.
swigCPtr
;
}
}
libs/esl/managed/esl.2010.cs
0 → 100644
浏览文件 @
9612a921
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.1
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
using
System
;
using
System.Runtime.InteropServices
;
public
class
ESL
{
public
static
void
eslSetLogLevel
(
int
level
)
{
ESLPINVOKE
.
eslSetLogLevel
(
level
);
}
}
libs/esl/managed/esl_wrap.2010.cpp
0 → 100644
浏览文件 @
9612a921
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论