diff options
Diffstat (limited to 'TAO/tao/RTCORBAS.cpp')
-rw-r--r-- | TAO/tao/RTCORBAS.cpp | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/tao/RTCORBAS.cpp b/TAO/tao/RTCORBAS.cpp deleted file mode 100644 index 3c1f36476d1..00000000000 --- a/TAO/tao/RTCORBAS.cpp +++ /dev/null @@ -1,51 +0,0 @@ -// -*- C++ -*- -// -// $Id$ - -// **** Code generated by the The ACE ORB (TAO) IDL Compiler **** -// TAO and the TAO IDL Compiler have been developed by: -// Center for Distributed Object Computing -// Washington University -// St. Louis, MO -// USA -// http://www.cs.wustl.edu/~schmidt/doc-center.html -// and -// Distributed Object Computing Laboratory -// University of California at Irvine -// Irvine, CA -// USA -// http://doc.ece.uci.edu/ -// -// Information about TAO is available at: -// http://www.cs.wustl.edu/~schmidt/TAO.html - -#ifndef _TAO_IDL_ORIG_RTCORBAS_CPP_ -#define _TAO_IDL_ORIG_RTCORBAS_CPP_ - -#include "tao/orbconf.h" - -#if (TAO_HAS_RT_CORBA == 1) - -#include "RTCORBAS.h" -#include "tao/PortableServer/Object_Adapter.h" -#include "tao/PortableServer/Operation_Table.h" -#include "tao/TAO_Server_Request.h" -#include "tao/ORB_Core.h" -#include "tao/Stub.h" - -#if TAO_HAS_INTERCEPTORS == 1 -#include "tao/RequestInfo_Util.h" -#endif /* TAO_HAS_INTERCEPTORS == 1 */ - -#if defined (__BORLANDC__) -#pragma option -w-rvl -w-rch -w-ccc -w-aus -#endif /* __BORLANDC__ */ - -#if !defined (__ACE_INLINE__) -#include "RTCORBAS.i" -#endif /* !defined INLINE */ - - -#endif /* ifndef */ - -#endif /* (TAO_HAS_RT_CORBA == 1) */ |