cmake: Further refactoring and formatting
This commit is contained in:
+2
-2
@@ -24,9 +24,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
namespace datapath {
|
||||
class isocket {
|
||||
public /*events*/:
|
||||
datapath::event<const std::vector<char>&> on_message;
|
||||
datapath::event<const std::vector<char>&> _on_message;
|
||||
|
||||
datapath::event<> on_close;
|
||||
datapath::event<> _on_close;
|
||||
|
||||
public:
|
||||
virtual bool good() = 0;
|
||||
|
||||
Reference in New Issue
Block a user