mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, config and log support complex error.
This commit is contained in:
parent
860aac3e50
commit
b5c14938d9
13 changed files with 267 additions and 353 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
MockSrsConfigBuffer(std::string buf);
|
||||
virtual ~MockSrsConfigBuffer();
|
||||
public:
|
||||
virtual int fullfill(const char* filename);
|
||||
virtual srs_error_t fullfill(const char* filename);
|
||||
};
|
||||
|
||||
class MockSrsConfig : public SrsConfig
|
||||
|
@ -50,7 +50,7 @@ public:
|
|||
MockSrsConfig();
|
||||
virtual ~MockSrsConfig();
|
||||
public:
|
||||
virtual int parse(std::string buf);
|
||||
virtual srs_error_t parse(std::string buf);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue