Class Hierarchy   Class Index   Method Index  

IGCutilsDll.h

00001 #ifndef __IGC_UTILS_DLL_H__
00002 #define __IGC_UTILS_DLL_H__
00003 //---------------------------------------------------------------------------
00004 // Copyright (C) 1997-2009 iNTERFACEWARE Inc. All Rights Reserved
00005 //
00006 // Module: IGCutilsDll
00007 //
00008 // Description:
00009 //
00010 // Common utilities for the IGC DLL interface classes.
00011 //
00012 // Revision: $Revision: 1.2 $
00013 // Source: $Source: /home/cvs/cvsroot/IGC/IGCutilsDll.h,v $
00014 // Author: Code Generator
00015 // Last Edit Date: $Date: 2009-10-15 16:00:41 $
00016 //---------------------------------------------------------------------------
00017 #include <IGC/IGCminimumInclude.h>
00018 
00019 IGC_DLL_FUNC(IGColeDateToTimeT)
00020 (
00021    double OleDate,
00022    IGCint32* pResult
00023 );
00024 
00025 IGC_DLL_FUNC(IGCtimeTToOleDate)
00026 (
00027    IGCint32 TimeTDate,
00028    double* pResult
00029 );
00030 
00031 #endif // end of defensive include