diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-07 20:09:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-07 20:09:12 +0000 |
commit | 8056e621562a913141926c19e9ccb9778908530b (patch) | |
tree | 66f6a625ff9528a2fdc44f0165614a84340b4f81 /TAO/tao/Messaging_SyncScopeC.h | |
parent | d81771cbed47916eacd0afe3f326c533c60071dc (diff) | |
download | ATCD-8056e621562a913141926c19e9ccb9778908530b.tar.gz |
ChangeLogTag: Tue Dec 7 18:41:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Messaging_SyncScopeC.h')
-rw-r--r-- | TAO/tao/Messaging_SyncScopeC.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/TAO/tao/Messaging_SyncScopeC.h b/TAO/tao/Messaging_SyncScopeC.h index 4bbc538c50e..e41d6af6997 100644 --- a/TAO/tao/Messaging_SyncScopeC.h +++ b/TAO/tao/Messaging_SyncScopeC.h @@ -26,20 +26,22 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:171 +// be\be_codegen.cpp:153 #ifndef _TAO_IDL_ORIG_MESSAGING_SYNCSCOPEC_H_ #define _TAO_IDL_ORIG_MESSAGING_SYNCSCOPEC_H_ #include /**/ "ace/pre.h" -#include "tao/Basic_Types.h" + +#include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/TAO_Export.h" +#include "tao/ORB.h" #include "tao/Environment.h" #if defined (TAO_EXPORT_MACRO) @@ -55,9 +57,7 @@ #endif /* TAO_EXPORT_NESTED_CLASSES */ #if defined(_MSC_VER) -#if (_MSC_VER >= 1200) #pragma warning(push) -#endif /* _MSC_VER >= 1200 */ #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -111,13 +111,13 @@ namespace TAO } // TAO_IDL - Generated from -// be\be_codegen.cpp:978 +// be\be_codegen.cpp:963 #if defined (__ACE_INLINE__) -#include "Messaging_SyncScopeC.i" +#include "Messaging_SyncScopeC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) && (_MSC_VER >= 1200) +#if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ @@ -129,3 +129,4 @@ namespace TAO #endif /* ifndef */ + |