diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-20 20:15:50 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-07-20 20:15:50 +0000 |
commit | 0d7114584aa2fe277230d45214d8c30ab0012a77 (patch) | |
tree | d0d53bf02bdba9ce57a7a3feeb581cd9e9b42301 /TAO/tao/LongDoubleSeqS.h | |
parent | 88b31d4ffe1460d07806f6f0f043f6c6ba151f61 (diff) | |
download | ATCD-0d7114584aa2fe277230d45214d8c30ab0012a77.tar.gz |
ChangeLogTag: Tue Jul 20 15:08:09 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/LongDoubleSeqS.h')
-rw-r--r-- | TAO/tao/LongDoubleSeqS.h | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/TAO/tao/LongDoubleSeqS.h b/TAO/tao/LongDoubleSeqS.h new file mode 100644 index 00000000000..29768eca1fc --- /dev/null +++ b/TAO/tao/LongDoubleSeqS.h @@ -0,0 +1,78 @@ +// -*- 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/ +// and +// Institute for Software Integrated Systems +// Vanderbilt University +// Nashville, TN +// USA +// http://www.isis.vanderbilt.edu/ +// +// Information about TAO is available at: +// http://www.cs.wustl.edu/~schmidt/TAO.html + +// TAO_IDL - Generated from +// .\be\be_codegen.cpp:391 + +#ifndef _TAO_IDL_ORIG_LONGDOUBLESEQS_H_ +#define _TAO_IDL_ORIG_LONGDOUBLESEQS_H_ + +#include /**/ "ace/pre.h" + +#include "LongDoubleSeqC.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +#include "tao/Collocation_Proxy_Broker.h" +#include "tao/PortableServer/PortableServer.h" +#include "tao/PortableServer/Servant_Base.h" + +#if defined(_MSC_VER) +#if (_MSC_VER >= 1200) +#pragma warning(push) +#endif /* _MSC_VER >= 1200 */ +#pragma warning(disable:4250) +#endif /* _MSC_VER */ + +#if defined (__BORLANDC__) +#pragma option push -w-rvl -w-rch -w-ccc -w-inl +#endif /* __BORLANDC__ */ + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_sh.cpp:49 + +namespace POA_CORBA +{ + + +// TAO_IDL - Generated from +// w:\ace_wrappers\tao\tao_idl\be\be_visitor_module/module_sh.cpp:80 + +} // module CORBA + +#if defined(_MSC_VER) && (_MSC_VER >= 1200) +#pragma warning(pop) +#endif /* _MSC_VER */ + +#if defined (__BORLANDC__) +#pragma option pop +#endif /* __BORLANDC__ */ + +#include /**/ "ace/post.h" +#endif /* ifndef */ |