コード例 #1
0
ファイル: parameterised.hpp プロジェクト: apextw/Ramen
 void detach_release_observer( connection_type subscriber) { subscriber.disconnect();}
コード例 #2
0
 BOOST_FOREACH(connection_type conn, m_showUnitsConnections)
 {
    conn.disconnect();
 }