00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file miopconf.h 00006 * 00007 * miopconf.h,v 1.4 2003/12/22 01:44:38 wilson_d Exp 00008 * 00009 * Build configuration file. 00010 * 00011 * @author Copyright 1995 by Sun Microsystems, Inc. 00012 * @author Chris Cleeland 00013 * @author Douglas C. Schmidt 00014 */ 00015 //============================================================================= 00016 00017 #ifndef TAO_MIOPCONF_H 00018 #define TAO_MIOPCONF_H 00019 #include /**/ "ace/pre.h" 00020 00021 #include "ace/config-all.h" 00022 00023 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00024 # pragma once 00025 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00026 00027 // This is the version of the MIOP spec that TAO supports. The 00028 // exact usage of the version has not been emphasized. But TAO should 00029 // get a TaggedComponents for a group with this version number. So, for 00030 // the present, we do a sanity check for our version and raise an error on 00031 // a mismatch. 00032 00033 #if !defined (TAO_DEF_MIOP_MAJOR) 00034 #define TAO_DEF_MIOP_MAJOR 1 00035 #endif /* TAO_DEF_MIOP_MAJOR */ 00036 #if !defined (TAO_DEF_MIOP_MINOR) 00037 #define TAO_DEF_MIOP_MINOR 0 00038 #endif /* TAO_DEF_MIOP_MINOR */ 00039 00040 #include /**/ "ace/post.h" 00041 #endif /*TAO_MIOPCONF_H*/