* @brief True if this is a direct connection to the kernel * (i.e. direct calls to gSKI are possible) *************************************************************/
| 163 | * (i.e. direct calls to gSKI are possible) |
| 164 | *************************************************************/ |
| 165 | bool Kernel::IsDirectConnection() |
| 166 | { |
| 167 | return GetConnection() && GetConnection()->IsDirectConnection() ; |
| 168 | } |
| 169 | |
| 170 | /************************************************************* |
| 171 | * @brief Preparation for deleting the kernel. |
no test coverage detected