Sfoglia il codice sorgente

!2 add SetNewPathToFirewall define

chenliangyu 5 mesi fa
parent
commit
c3542eb952
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Framework/Common/SpBase.h

+ 2 - 0
Framework/Common/SpBase.h

@@ -1059,6 +1059,8 @@ struct IEntityFunction
 	virtual void ResetEntityLastError() = 0;
 
 	virtual ErrorCodeEnum GetToken(CSimpleString& channelId, CSimpleString& token) = 0;
+
+	virtual ErrorCodeEnum SetNewPathToFirewall(CSimpleString& pszPath) = 0;
 	/* GetRunningVersion
 	currently return version in active.txt, may be it will return the version from micro sever latter.
 	*/