Browse Source

!2 add SetNewPathToFirewall define

chenliangyu 4 months ago
parent
commit
c3542eb952
1 changed files with 2 additions and 0 deletions
  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.
 	*/