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/CONV_FRAMES.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/CONV_FRAMES.h')
-rw-r--r-- | TAO/tao/CONV_FRAMES.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/TAO/tao/CONV_FRAMES.h b/TAO/tao/CONV_FRAMES.h new file mode 100644 index 00000000000..e0cd5f4a47c --- /dev/null +++ b/TAO/tao/CONV_FRAMES.h @@ -0,0 +1,48 @@ +// +// $Id$ +// +// ================================================================ +// +// = LIBRARY +// TAO +// +// = FILENAME +// CONV_FRAME.cpp +// +// = DESCRIPTION +// Generated from CONV_FRAME.pidl, that contains the OMG standarized +// CONV_FRAME module. +// The code was generated by the IDL compiler and then hand-crafted +// to reduce the includes interdependencies. +// +// ================================================================ + +#ifndef TAO_CONV_FRAMES_H +#define TAO_CONV_FRAMES_H + +#include "CONV_FRAMEC.h" + + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +#if defined(_MSC_VER) +#pragma warning(disable:4250) +#endif /* _MSC_VER */ + +TAO_NAMESPACE POA_CONV_FRAME +{ +}; + +#include "CONV_FRAMES_T.h" + +#if defined (__ACE_INLINE__) +#include "CONV_FRAMES.i" +#endif /* defined INLINE */ + +#if defined(_MSC_VER) +#pragma warning(default:4250) +#endif /* _MSC_VER */ + +#endif /* TAO_CONV_FRAMES_H */ |