|
|
@@ -133,7 +133,8 @@ ErrorCodeEnum ACMCallFSM::OnInit()
|
|
|
if (Error != Error_Succeed)
|
|
|
goto on_error;
|
|
|
|
|
|
- m_pSyncServiceClient = new SyncServiceClient(m_pEntity,this);
|
|
|
+#ifdef RVC_OS_WIN
|
|
|
+ m_pSyncServiceClient = new SyncServiceClient(m_pEntity, this);
|
|
|
Error = m_pSyncServiceClient->Connect();
|
|
|
if (Error != Error_Succeed)
|
|
|
{
|
|
|
@@ -141,6 +142,8 @@ ErrorCodeEnum ACMCallFSM::OnInit()
|
|
|
m_pSyncServiceClient->SafeDelete();
|
|
|
m_pSyncServiceClient = NULL;
|
|
|
}
|
|
|
+#endif
|
|
|
+
|
|
|
m_nSysCallType = 0;
|
|
|
m_pChannelClient = new MyChannelClient(m_pEntity, this);
|
|
|
Error = m_pChannelClient->Connect();
|