A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Haivision/srt/commit/fb494e4fa66e0bada235baf72c2b33b01d20692b below:

[apps] Remove redundant ';' after '}' · Haivision/srt@fb494e4 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+3

-3

lines changed Original file line number Diff line number Diff line change

@@ -73,7 +73,7 @@ class SrtStatsWriter

73 73

public:

74 74

virtual std::string WriteStats(int sid, const CBytePerfMon& mon) = 0;

75 75

virtual std::string WriteBandwidth(double mbpsBandwidth) = 0;

76 -

virtual ~SrtStatsWriter() { };

76 +

virtual ~SrtStatsWriter() {}

77 77 78 78

// Only if HAS_PUT_TIME. Specified in the imp file.

79 79

std::string print_timestamp();

Original file line number Diff line number Diff line change

@@ -70,8 +70,8 @@ class Source: public Location

70 70

}

71 71

};

72 72 73 -

virtual SRTSOCKET GetSRTSocket() const { return SRT_INVALID_SOCK; };

74 -

virtual int GetSysSocket() const { return -1; };

73 +

virtual SRTSOCKET GetSRTSocket() const { return SRT_INVALID_SOCK; }

74 +

virtual int GetSysSocket() const { return -1; }

75 75

virtual bool AcceptNewClient() { return false; }

76 76

};

77 77

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4