diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-11 02:39:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-11 02:39:08 +0000 |
commit | b35b0698c9d9a081f855bdef87c35e01b0106364 (patch) | |
tree | 526e2da7fb2d12088ddd08beb909118744592c7c /TAO/tao/IOPS_T.h | |
parent | 0c06ffd5644c8e59f2274b5121f649731aee3489 (diff) | |
download | ATCD-b35b0698c9d9a081f855bdef87c35e01b0106364.tar.gz |
ChangeLogTag:Thu Jun 10 21:20:19 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IOPS_T.h')
-rw-r--r-- | TAO/tao/IOPS_T.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/TAO/tao/IOPS_T.h b/TAO/tao/IOPS_T.h new file mode 100644 index 00000000000..ed25a1b5035 --- /dev/null +++ b/TAO/tao/IOPS_T.h @@ -0,0 +1,46 @@ +// +// $Id$ +// +// ================================================================ +// +// = LIBRARY +// TAO +// +// = FILENAME +// IOPS_T.cpp +// +// = DESCRIPTION +// Generated from IOP.pidl, that contains the OMG standarized IOP +// module. +// The code was generated by the IDL compiler and then hand-crafted +// to reduce the includes interdependencies. +// +// ================================================================ + +#ifndef TAO_IOPS_T_H +#define TAO_IOPS_T_H + +#if defined(_MSC_VER) +#pragma warning(disable:4250) +#endif /* _MSC_VER */ + + +#if defined (__ACE_INLINE__) +#include "IOPS_T.i" +#endif /* defined INLINE */ + + +#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) +#include "IOPS_T.cpp" +#endif /* defined REQUIRED SOURCE */ + + +#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) +#pragma implementation ("IOPS_T.cpp") +#endif /* defined REQUIRED PRAGMA */ + +#if defined(_MSC_VER) +#pragma warning(default:4250) +#endif /* _MSC_VER */ + +#endif /* TAO_IOPS_T_H */ |