1cfca06d7SDimitry Andric //===-- IOObject.cpp ------------------------------------------------------===// 20cac4ca3SEd Maste // 35f29bb8aSDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 45f29bb8aSDimitry Andric // See https://llvm.org/LICENSE.txt for license information. 55f29bb8aSDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 60cac4ca3SEd Maste // 70cac4ca3SEd Maste //===----------------------------------------------------------------------===// 80cac4ca3SEd Maste 91b306c26SDimitry Andric #include "lldb/Utility/IOObject.h" 100cac4ca3SEd Maste 110cac4ca3SEd Maste using namespace lldb_private; 120cac4ca3SEd Maste 130cac4ca3SEd Maste const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1; 141b306c26SDimitry Andric IOObject::~IOObject() = default; 15