Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

BP_CosLw_Log.h

Go to the documentation of this file.
00001 /* 00002 * Copyright (C) 2004-2005 BoilerPlate.org 00003 * All rights reserved 00004 * 00005 * This file is part of BoilerPlate. 00006 * 00007 * BoilerPlate is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation version 2 00010 * 00011 * BoilerPlate is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with BoilerPlate; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 **/ 00020 00207 #ifndef BP_COSLW_LOG 00208 #define BP_COSLW_LOG 00209 00210 #include "./config.h" 00211 #include "BP_CORBA.h" 00212 00213 #ifdef HAVE_ORBACUS 00214 #include "CosLW_LogS.h" 00215 #include "BPConsumerAdminS.h" 00216 #endif 00217 00218 #ifdef HAVE_MICO 00219 #include "CosLW_Log.h" 00220 #include "BPConsumerAdmin.h" 00221 #endif 00222 00223 #ifdef HAVE_TAO 00224 #include "CosLW_LogS.h" 00225 #include "BPConsumerAdminS.h" 00226 #endif 00227 00228 #endif