Good IDE tools can be sooo helpful.

This commit is contained in:
tbrennan3
2010-11-16 13:12:23 +00:00
parent 9413ec4da2
commit 6319e1a7d9
+24 -22
View File
@@ -1,25 +1,27 @@
/* /**************************************************************************
* $HeadURL: https://svn.eaton.com/svn/PCM-tk/trunk/PCM-tk/etn_source/tbd/gw_device.c $ *
*--------------------------------------------------------------------- * Copyright (C) 2005,2010 Steve Karg <skarg@users.sourceforge.net>
* $Author: brennant $ *
* $Date: Oct 13, 2010 $ * Permission is hereby granted, free of charge, to any person obtaining
*--------------------------------------------------------------------- * a copy of this software and associated documentation files (the
* Copyright (c) 2010 Eaton Corporation, All Rights Reserved. * "Software"), to deal in the Software without restriction, including
* * without limitation the rights to use, copy, modify, merge, publish,
* This software is the confidential and proprietary information of * distribute, sublicense, and/or sell copies of the Software, and to
* Eaton Corporation (Confidential Information). You shall not * permit persons to whom the Software is furnished to do so, subject to
* disclose such Confidential Information and shall use it only in * the following conditions:
* accordance with the terms of the license agreement you entered into *
* with Eaton Corporation. * The above copyright notice and this permission notice shall be included
* * in all copies or substantial portions of the Software.
* EATON CORPORATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE *
* SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. EATON * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* CORPORATION SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
* SOFTWARE OR ITS DERIVATIVES. * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
*--------------------------------------------------------------------- * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
*/ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*********************************************************************/
/** @file gw_device.c Functions that extend the Device object to support routing. */ /** @file gw_device.c Functions that extend the Device object to support routing. */