diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-08 16:14:45 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-08 16:14:45 +0000 |
commit | 2f6ea75846f9f7a32e87c778868eb3d8b7a91761 (patch) | |
tree | 63db5409638da7208823a10682f564bfa3da9f9e /TAO/tao/GIOPS_T.h | |
parent | 56b3583c02c2043784063e18bff7b57f808f6184 (diff) | |
download | ATCD-2f6ea75846f9f7a32e87c778868eb3d8b7a91761.tar.gz |
ChangeLogTag: Wed Dec 8 16:13:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOPS_T.h')
-rw-r--r-- | TAO/tao/GIOPS_T.h | 75 |
1 files changed, 56 insertions, 19 deletions
diff --git a/TAO/tao/GIOPS_T.h b/TAO/tao/GIOPS_T.h index 8253a169eaa..3a5ca6e60a0 100644 --- a/TAO/tao/GIOPS_T.h +++ b/TAO/tao/GIOPS_T.h @@ -1,33 +1,70 @@ -/* -*- C++ -*- $Id$ */ -//============================================================================= -/** - * @file GIOPS_T.h - * - * $Id$ - * - * Generated from GIOP.pidl - * The file is almost empty and only present to keep other IDL files - * that include GIOP.pidl happy. - * - */ -//============================================================================= - -#ifndef TAO_IDL_GIOP1_2S_T_H -#define TAO_IDL_GIOP1_2S_T_H +// -*- 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:547 + +#ifndef _TAO_IDL_ORIG_GIOPS_T_H_ +#define _TAO_IDL_ORIG_GIOPS_T_H_ + +#include /**/ "ace/pre.h" + +#if defined(_MSC_VER) +#pragma warning(push) +#pragma warning(disable:4250) +#endif /* _MSC_VER */ + + +// TAO_IDL - Generated from +// be\be_visitor_root/root_sth.cpp:116 + +namespace POA_GIOP +{ +} // module GIOP + +// TAO_IDL - Generated from +// be\be_codegen.cpp:1096 #if defined (__ACE_INLINE__) -#include "GIOPS_T.i" +#include "GIOPS_T.inl" #endif /* defined INLINE */ - #if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #include "GIOPS_T.cpp" #endif /* defined REQUIRED SOURCE */ - #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) #pragma implementation ("GIOPS_T.cpp") #endif /* defined REQUIRED PRAGMA */ +#if defined(_MSC_VER) +#pragma warning(pop) +#endif /* _MSC_VER */ + +#include /**/ "ace/post.h" #endif /* ifndef */ + |