blob: 3c9bb8b1b7eda9ebef632beb46da4075fad5eed2 [file] [log] [blame]
//===-- Connection.cpp ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// C Includes
// C++ Includes
// Other libraries and framework includes
// Project includes
#include "lldb/Core/Connection.h"
using namespace lldb_private;
Connection::Connection ()
{
}
Connection::~Connection ()
{
}