MCPcopy Create free account
hub / github.com/SoarGroup/Soar / AddConnection

Method AddConnection

Core/KernelSML/src/sml_KernelSML.cpp:324–330  ·  view source on GitHub ↗

* @brief Add a new connection to the list of connections * we're aware of to this soar kernel. *************************************************************/

Source from the content-addressed store, hash-verified

322* we're aware of to this soar kernel.
323*************************************************************/
324void KernelSML::AddConnection(Connection* pConnection)
325{
326 m_pConnectionManager->AddConnection(pConnection) ;
327
328 // Notify listeners that we have a new connection.
329 this->FireSystemEvent(smlEVENT_AFTER_CONNECTION) ;
330}
331
332/*************************************************************
333* @brief Receive and process any messages from remote connections

Callers 2

CreateConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected