/* Copyright © 2004-2005, FSL Technologies Ltd. $Revision: 3 $ $Date: 23/03/05 11:49 $ */ #ifndef F3UTIL_F3UTIL_ALL_HPP #define F3UTIL_F3UTIL_ALL_HPP #pragma once #ifdef F3UTIL_EXPORTS #define F3UTIL_F3UTIL_ALL_HPP_ARCHIVE L"$Archive: /FOST.3/F3Util/F3Util.all.hpp $" #define F3UTIL_F3UTIL_ALL_HPP_REVISION L"$Revision: 3 $" #define F3UTIL_F3UTIL_ALL_HPP_DATE L"$Date: 23/03/05 11:49 $" #endif #include "FOST.util.hpp" #include "FOST.id.hpp" #include "FOST.yaml.hpp" #include "FOST.kpi.hpp" #include "FOST.task.hpp" #endif // F3UTIL_F3UTIL_ALL_HPP /* $History: F3Util.all.hpp $ * * ***************** Version 3 ***************** * User: Kirit Date: 23/03/05 Time: 11:49 * Updated in $/FOST.3/F3Util * Renamed id handling headers to better capture proper intent. * * ***************** Version 2 ***************** * User: Kirit Date: 27/12/04 Time: 16:58 * Updated in $/FOST.3/F3Util * Updated for move to new installation - fix of old problems with old * files. * * ***************** Version 1 ***************** * User: Kirit Date: 6/11/04 Time: 21:49 * Created in $/FOST.3/F3Util * Added basics of new KPI based logging system. */