corba.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file corba.h
00006  *
00007  *  $Id: corba.h 79256 2007-08-08 11:24:06Z johnnyw $
00008  *
00009  *  Master header file for all TAO stubs.
00010  *
00011  *  @note This header should not be included in any core TAO library
00012  *        files.  Include the necessary individual headers instead.
00013  *
00014  *  @author  Copyright 1994-1995 by Sun Microsystems Inc.
00015  *  @author  Chris Cleeland
00016  *  @author  Douglas C. Schmidt
00017  */
00018 //=============================================================================
00019 
00020 
00021 #ifndef TAO_MASTER_CORBA_H
00022 #define TAO_MASTER_CORBA_H
00023 
00024 #include /**/ "ace/pre.h"
00025 
00026 // ACE specific includes
00027 #include "ace/config-all.h"
00028 
00029 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00030 # pragma once
00031 #endif /* ACE_LACKS_PRAGMA_ONCE */
00032 
00033 #include "tao/corbafwd.h"
00034 
00035 #include "tao/Environment.h"
00036 #include "tao/SystemException.h"
00037 #include "tao/UserException.h"
00038 
00039 #include "tao/Object.h"
00040 #include "tao/LocalObject.h"
00041 #include "tao/Principal.h"
00042 #include "tao/ORB.h"
00043 
00044 #include "tao/CurrentC.h"
00045 #include "tao/PolicyC.h"
00046 #include "tao/Policy_ManagerC.h"
00047 #include "tao/Policy_CurrentC.h"
00048 #include "tao/ServicesC.h"
00049 #include "tao/WrongTransactionC.h"
00050 
00051 #include "tao/ObjectIdListC.h"
00052 
00053 #include "tao/BooleanSeqC.h"
00054 #include "tao/CharSeqC.h"
00055 #include "tao/DoubleSeqC.h"
00056 #include "tao/FloatSeqC.h"
00057 #include "tao/LongDoubleSeqC.h"
00058 #include "tao/LongLongSeqC.h"
00059 #include "tao/LongSeqC.h"
00060 #include "tao/OctetSeqC.h"
00061 #include "tao/ShortSeqC.h"
00062 #include "tao/StringSeqC.h"
00063 #include "tao/ULongLongSeqC.h"
00064 #include "tao/ULongSeqC.h"
00065 #include "tao/UShortSeqC.h"
00066 #include "tao/WCharSeqC.h"
00067 #include "tao/WStringSeqC.h"
00068 
00069 // TAO specific files, avoid them as much as possible.
00070 
00071 #include "tao/CDR.h"
00072 #include "tao/Object_KeyC.h"
00073 #include "tao/String_Manager_T.h"
00074 
00075 #if TAO_HAS_INTERCEPTORS == 1
00076 #include "tao/PortableInterceptorC.h"
00077 #endif  /* TAO_HAS_INTERCEPTORS == 1 */
00078 
00079 #include /**/ "ace/post.h"
00080 
00081 #endif /* TAO_MASTER_CORBA_H */

Generated on Tue Feb 2 17:37:51 2010 for TAO by  doxygen 1.4.7