Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | Related Pages | Examples

ColCOWS_Corba.hh

00001 //===========================================================================//
00002 //    
00003 //    Description: Default includes for ColCOWS
00004 //    Filename: colcows/ColCOWS_Corba.hh
00005 //    Authors: Michael Dussere and Aurélien Esnard
00006 //    
00007 //===========================================================================//
00008 //    
00009 //    Copyright (C) 2003 INRIA and CNRS
00010 //    
00011 //    This library is free software; you can redistribute it and/or
00012 //    modify it under the terms of the GNU Lesser General Public
00013 //    License as published by the Free Software Foundation; either
00014 //    version 2.1 of the License, or (at your option) any later version.
00015 //    
00016 //    This library is distributed in the hope that it will be useful,
00017 //    but WITHOUT ANY WARRANTY; without even the implied warranty of
00018 //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019 //    Lesser General Public License for more details.
00020 //    
00021 //    You should have received a copy of the GNU Lesser General Public
00022 //    License along with this library; if not, write to the Free Software
00023 //    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00024 //    
00025 //===========================================================================//
00026 
00027 
00028 #ifndef __COLCOWS_CORBA_HH__
00029 #define __COLCOWS_CORBA_HH__
00030 
00031 //===========================================================================//
00032 //                              CORBA                                        //
00033 //===========================================================================//
00034 
00035 #ifdef MICO_ORB
00036 #include <CORBA.h>
00037 #include <coss/CosNaming.h>
00038 
00039 #elif OMNIORB_ORB
00040 #include <omniORB4/CORBA.h>
00041 #include <omniORB4/Naming.hh>
00042 
00043 #elif ORBACUS_ORB
00044 #include <CORBA.h>
00045 #include <CosNaming.h>
00046 
00047 #else
00048 #error Unknown ORB or not yet supported !!!
00049 #endif
00050 
00051 #include "ColCOWS_Module.hh" 
00052 
00053 #ifdef ORBACUS_ORB
00054 #include "ColCOWS_Module_skel.hh" 
00055 #endif
00056 
00057 //===========================================================================//
00058 
00059 #endif // __COLCOWS_CORBA_HH__
00060 
00061 // EOF
00062 

Generated on Tue Jun 21 12:55:56 2005 for ColCOWS by  doxygen 1.4.1