Explorar el Código

#IQRV #comment 处理合并报错问题

80374374 hace 1 año
padre
commit
942caa5cb5
Se han modificado 2 ficheros con 1 adiciones y 9 borrados
  1. 1 4
      Module/mod_chromium/mod_chromium.cpp
  2. 0 5
      Module/mod_sipphone/mod_sipphone.h

+ 1 - 4
Module/mod_chromium/mod_chromium.cpp

@@ -14,7 +14,7 @@
 #include "baseEx.h"
 #include "CWebsocketServer.h"
 #include "mod_chromium.h"
-#include "base64.h"
+#include  "base64.h"
 #include "CModTools.h"
 #include "cJSON.h"
 #include "SpIni.h"
@@ -40,9 +40,6 @@
 #define COMPKEY_STATUS ((UINT_PTR) 1)
 #define COMPKEY_JOBOBJECT ((UINT_PTR) 2)
 
-
-
-
 void DbgByCefControl(const char * strMethod, const char* buf)
 {
 #if defined(_MSC_VER)

+ 0 - 5
Module/mod_sipphone/mod_sipphone.h

@@ -361,11 +361,6 @@ private:
 	//eVideoRenderType GetMediaConfig();
 	ErrorCodeEnum LoadEntityConfig();
 	ErrorCodeEnum ConnectAssistChannel();
-	void HideLocalVideo();
-	void ShowLocalVideo();
-	void HideBothVideo();
-	void ShowBothVideo();
-	ErrorCodeEnum AudioDspFlagsUseCentersetting(endpoint_conf_t* conf);
 	bool IsPostAudioConfigInfo();
 
 public: