/* * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #include "ShellInfo.h" ShellInfo::ShellInfo() : fProcessID(-1), fIsDefaultShell(true) { }