summaryrefslogtreecommitdiff
path: root/TAO/tao/corba.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/corba.h
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/corba.h')
-rw-r--r--TAO/tao/corba.h80
1 files changed, 0 insertions, 80 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
deleted file mode 100644
index 1fbb3357d66..00000000000
--- a/TAO/tao/corba.h
+++ /dev/null
@@ -1,80 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file corba.h
- *
- * $Id$
- *
- * Master header file for all TAO stubs.
- *
- * @note This header should not be included in any core TAO library
- * files. Include the necessary individual headers instead.
- *
- * @author Copyright 1994-1995 by Sun Microsystems Inc.
- * @author Chris Cleeland
- * @author Douglas C. Schmidt
- */
-//=============================================================================
-
-
-#ifndef TAO_MASTER_CORBA_H
-#define TAO_MASTER_CORBA_H
-
-#include /**/ "ace/pre.h"
-
-// ACE specific includes
-#include "ace/config-all.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/corbafwd.h"
-
-#include "tao/Environment.h"
-#include "tao/SystemException.h"
-#include "tao/UserException.h"
-
-#include "tao/Object.h"
-#include "tao/LocalObject.h"
-#include "tao/Principal.h"
-#include "tao/ORB.h"
-
-#include "tao/CurrentC.h"
-#include "tao/PolicyC.h"
-#include "tao/ServicesC.h"
-#include "tao/DomainC.h"
-#include "tao/WrongTransactionC.h"
-
-#include "tao/ObjectIdListC.h"
-
-#include "tao/BooleanSeqC.h"
-#include "tao/CharSeqC.h"
-#include "tao/DoubleSeqC.h"
-#include "tao/FloatSeqC.h"
-#include "tao/LongDoubleSeqC.h"
-#include "tao/LongLongSeqC.h"
-#include "tao/LongSeqC.h"
-#include "tao/OctetSeqC.h"
-#include "tao/ShortSeqC.h"
-#include "tao/StringSeqC.h"
-#include "tao/ULongLongSeqC.h"
-#include "tao/ULongSeqC.h"
-#include "tao/UShortSeqC.h"
-#include "tao/WCharSeqC.h"
-#include "tao/WStringSeqC.h"
-
-// TAO specific files, avoid them as much as possible.
-
-#include "tao/CDR.h"
-#include "tao/Object_KeyC.h"
-#include "tao/String_Manager_T.h"
-
-#if TAO_HAS_INTERCEPTORS == 1
-#include "tao/PortableInterceptorC.h"
-#endif /* TAO_HAS_INTERCEPTORS == 1 */
-
-#include /**/ "ace/post.h"
-
-#endif /* TAO_MASTER_CORBA_H */