//**************************************************************************** // Copyright (C) 2008 // ProbeStar Telematics, LLC // All Rights Reserved. Proprietary and Confidential. //============================================================================ /// \file /// \brief Description //---------------------------------------------------------------------------- // Details //**************************************************************************** /* prevent multiple inclusions */ #ifndef __HEADER_NAME__ #define __HEADER_NAME__ /* includes *****************************************************************/ /* defines ******************************************************************/ /* macros *******************************************************************/ /* structs & typedefs *******************************************************/ /* c class definitions ******************************************************/ /** * * Class description * */ /** * \brief * Name In/Out/In-Out Range * \param one * \param two * \param three * \return */ #endif