提交 aa869257 authored 作者: root's avatar root

revert changes from PProcess to PLibraryProcess due console locking issue.

上级 c1e5613e
......@@ -338,16 +338,14 @@ PString GetH245CodecName(const H323Capability* cap)
}
FSProcess::FSProcess()
: PProcess("FreeSWITCH", "mod_h323", 1, 0, AlphaCode, 1)
, m_h323endpoint(NULL)
{
: PLibraryProcess("Test", "mod_h323", 1, 0, AlphaCode, 1)
, m_h323endpoint(NULL){
PTrace::SetLevel(4);
PTrace::SetOptions(PTrace::TraceLevel);
PTrace::SetStream(new FSTrace);
}
FSProcess::~FSProcess()
{
FSProcess::~FSProcess(){
delete m_h323endpoint;
}
......
......@@ -208,8 +208,8 @@ switch_status_t name(type1 name1)
switch_status_t name(type1 name1, type2 name2, type3 name3)
class FSH323EndPoint;
class FSProcess:public PProcess {
PCLASSINFO(FSProcess, PProcess);
class FSProcess:public PLibraryProcess {
PCLASSINFO(FSProcess, PLibraryProcess);
public:
FSProcess();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论