Outgoing connections now work in mingw driver.
This commit is contained in:
@@ -152,12 +152,13 @@ public:
|
||||
// The update callback. You may override this in a subclass.
|
||||
// This will be called whenever anything changes.
|
||||
//
|
||||
virtual void event_init() {}
|
||||
virtual void event_update() {}
|
||||
|
||||
// Get the current time.
|
||||
//
|
||||
// DRIVER: This returns the time most recently stored by the driver
|
||||
// using drv_set_clock.
|
||||
// using drv_set_clock.
|
||||
//
|
||||
double get_clock();
|
||||
|
||||
@@ -291,8 +292,9 @@ public:
|
||||
//
|
||||
void drv_set_lua_source(util::LuaSourcePtr source);
|
||||
|
||||
// Invoke the update event.
|
||||
// Invoke the init or update event.
|
||||
//
|
||||
void drv_invoke_event_init();
|
||||
void drv_invoke_event_update();
|
||||
|
||||
// Check the 'rescan_lua_source' flag. If this flag is set, it means
|
||||
|
||||
Reference in New Issue
Block a user