/* $Revision: 9 $ $Date: 9/10/03 15:44 $ Copyright © 2001-2003, FSL Technologies Limited. Contact "http://fost3.fsltech.com". */ #include "stdafx.h" #include using namespace std; using namespace FSLib; namespace { Revision c_revision( L"$Archive: /FOST.3/F3Util/casts.cpp $", __DATE__, L"$Revision: 9 $", L"$Date: 9/10/03 15:44 $" ); } /* $History: casts.cpp $ * * ***************** Version 9 ***************** * User: Kirit Date: 9/10/03 Time: 15:44 * Updated in $/FOST.3/F3Util * Headers re-arranged to give a proper SDK feel and to make determination * of required headers simpler. * * ***************** Version 7 ***************** * User: Kirit Date: 3/10/03 Time: 16:09 * Updated in $/FOST/Cpp/FSDB * Added stdafx.h and stdafx.cpp pre-compiled header support. * * ***************** Version 6 ***************** * User: Kirit Date: 19/03/02 Time: 20:54 * Updated in $/FOST/Cpp/FSDB * Corrected history from last check-in. * Updated TestAX.IDL to remove registry entries from removed classes. * * ***************** Version 5 ***************** * User: Kirit Date: 19/03/02 Time: 19:48 * Updated in $/FOST/Cpp/FSDB * Debug compiles now all end in '_d'. * The C++ implementation names (Type.cppName) have been changed to also * include the DLL that the implementation is in as per the documentation. * In all source files the following have been done: * * Ensured that every header file has a revision object. * * Ensured that every translation unit has a revision object. * * Ensured that every source file (which understands comments) * has a history section. * * Changed all copyright notices to be for Obsideon Ltd. * * Changed copyright notices to use the longest possible timeframe. * * ***************** Version 4 ***************** * User: Kirit Date: 20/02/02 Time: 17:21 * Updated in $/FOST/Cpp/FSDB * Changes, updates and additions for the new FSCOM.DLL. * * ***************** Version 3 ***************** * User: Kirit Date: 29/10/01 Time: 20:47 * Updated in $/FOST/Cpp/FSDB * ADODB headers now removed from FOST headers. Prep work done to allow * other database systems to be supported. * * ***************** Version 2 ***************** * User: Kirit Date: 5/07/01 Time: 17:41 * Updated in $/FOST/FSDB * First Unicode only version of FOST. * * ***************** Version 1 ***************** * User: Kirit Date: 27/06/01 Time: 12:52 * Created in $/FOST/FSDB */