dscoupling.h

00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Gav Wood                                        *
00003  *   gav@cs.york.ac.uk                                                     *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU Library General Public License as       *
00007  *   published by the Free Software Foundation; either version 2 of the    *
00008  *   License, or (at your option) any later version.                       *
00009  ***************************************************************************/
00010 
00011 #ifndef _GEDDEI_DSCOUPLING_H
00012 #define _GEDDEI_DSCOUPLING_H
00013 
00014 #ifdef __GEDDEI_BUILD
00015 #include "dxcoupling.h"
00016 #include "xscoupling.h"
00017 #else
00018 #include <geddei/dxcoupling.h>
00019 #include <geddei/xscoupling.h>
00020 #endif
00021 
00022 namespace Geddei
00023 {
00024 
00025 class DomProcessor;
00026 
00031 class DSCoupling: public DxCoupling, public xSCoupling
00032 {
00033  friend class DomProcessor;
00034  DSCoupling(DomProcessor *dom, SubProcessor *subProc);
00035 };
00036 
00037 
00038 };
00039 
00040 #endif

Generated on Thu Jul 13 06:56:33 2006 for Exscalibar by  doxygen 1.4.7