Did some hackypooos for Jtest 2
This commit is contained in:
@@ -25,6 +25,7 @@ class Connection;
|
||||
template <typename delegate, typename ... Args>
|
||||
class BasicEvent {
|
||||
public:
|
||||
friend Connection<delegate, Args ...>;
|
||||
using connection = Connection<delegate, Args ...>;
|
||||
using event_ptr = std::shared_ptr<connection>;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user