| 3162 | } |
| 3163 | |
| 3164 | dmMessage::HSocket GetMessageSocket(HCollection hcollection) |
| 3165 | { |
| 3166 | if (hcollection && hcollection->m_Collection) |
| 3167 | return hcollection->m_Collection->m_ComponentSocket; |
| 3168 | else |
| 3169 | return 0; |
| 3170 | } |
| 3171 | |
| 3172 | dmMessage::HSocket GetFrameMessageSocket(HCollection hcollection) |
| 3173 | { |
no outgoing calls