/****************************************************************************************
 * NAME:	TimeOfDay.h
 *
 * OVERVIEW
 *
 * Header file for getting the Time of Day constraint
 *  
 * Copyright (C) Microsoft Corporation, 1998 - 1999 .  All Rights Reserved.
 *
 * History:	
 *				2/14/98		Created by	Byao	
 *
 *****************************************************************************************/

#ifndef _INCLUDE_TIMEOFDAY_
#define _INCLUDE_TIMEOFDAY_

#include "atltmp.h"


HRESULT GetTODConstaint(ATL::CString &strHourMap);

#endif
