Sha256: 749088fdb8eea2e9b659db542c8133555cfe34dd0b9f9ce4dc799880cc664169
Contents?: true
Size: 967 Bytes
Versions: 2
Compression:
Stored size: 967 Bytes
Contents
/* * Phusion Passenger - http://www.modrails.com/ * Copyright (C) 2009 Phusion * * Phusion Passenger is a trademark of Hongli Lai & Ninh Bui. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <time.h> namespace Passenger { namespace SystemTimeData { bool hasForcedValue = false; time_t forcedValue = 0; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
passenger-2.1.2 | ext/apache2/SystemTime.cpp |
passenger-2.1.3 | ext/apache2/SystemTime.cpp |