/* * This file is a part of CMSLU -- Content Management System like Unix * and is not publicly distributed * * Copyright (c) 2008, Tomasz Sowa * All rights reserved. * */ #include "data.h" Data::Data() { signal_hup = false; stdout_is_closed = false; // the rest will be read from a config file }