Free Electron
|
DispatchI for NetHost. More...
#include <NetDispatch.h>
Public Member Functions | |
void | initialize (void) |
virtual bool | call (const fe::String &a_name, fe::Array< fe::Instance > &a_argv) |
Execute the call. More... | |
virtual bool | call (const fe::String &a_name, fe::InstanceMap &a_argv) |
Public Member Functions inherited from fe::Initialized | |
void | initializeAll (void) |
void | setActive (bool a_active) |
Private Attributes | |
fe::sp< NetHost > | m_spNetHost |
Additional Inherited Members | |
Protected Types inherited from fe::Initialized | |
typedef void(* | InitializeFunction) (Initialized *) |
Protected Member Functions inherited from fe::Initialized | |
void | addInitializer (InitializeFunction function) |
|
virtual |