00001 /** @file Common.h
00002 * Header file for user code using the pipe/endpoint adaptor.
00003 *
00004 * @date $Date: 2004/05/13 09:52:23 $
00005 *
00006 * @version $Header: /export/cvs-gridlab/GridLabWeb/WorkPackages/wp-1/Doc/C-Reference/Common_8h-source.html,v 1.6 2004/05/13 09:52:23 merzky Exp $
00007 *
00008 * Copyright (C) Kelly Davis
00009 * This file is part of the GAT Engine.
00010 * Contributed by Kelly Davis <kdavis@aei.mpg.de>.
00011 *
00012 * This library is free software; you can redistribute it and/or
00013 * modify it under the terms of the GNU Lesser General Public
00014 * License as published by the Free Software Foundation; either
00015 * version 2.1 of the License, or (at your option) any later version.
00016 *
00017 * The GAT Library is distributed in the hope that it will be useful,
00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00020 * Lesser General Public License for more details.
00021 *
00022 * You should have received a copy of the GNU Lesser General Public
00023 * License along with the GAT Library; if not, write to the Free
00024 * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
00025 * 02111-1307 USA. Copyright notice.
00026 */
00027
00028 #ifndef _COMMON_H_00029#define _COMMON_H_ 1
00030
00031 #include "GAT.h"
00032
00033typedefstruct GATPipeAdaptorInfo_S
00034 {
00035intclientSocket;
00036GATBoolisClientInfo;
00037 } GATPipeAdaptorInfo;
00038
00039 #endif /* _COMMON_H_ */