summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-04 13:02:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-04 13:02:35 +0000
commit4441d6e481a4f0a8e90e8010803189535e69816f (patch)
tree1b531452bc81a884842e64e3093f745ec8b13207
parent77e999668d16811217bd09e42542fb151c946716 (diff)
downloadATCD-4441d6e481a4f0a8e90e8010803189535e69816f.tar.gz
ChangeLogTag: Tue Jan 4 12:54:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableInterceptorS.h50
1 files changed, 46 insertions, 4 deletions
diff --git a/TAO/tao/PortableInterceptorS.h b/TAO/tao/PortableInterceptorS.h
index a4f47c8a4f3..333ac399b58 100644
--- a/TAO/tao/PortableInterceptorS.h
+++ b/TAO/tao/PortableInterceptorS.h
@@ -15,22 +15,64 @@
// 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
-#ifndef _TAO_IDL_PORTABLEINTERCEPTORS_H_
-#define _TAO_IDL_PORTABLEINTERCEPTORS_H_
+// TAO_IDL - Generated from
+// be\be_codegen.cpp:390
+
+#ifndef _TAO_IDL_ORIG_PORTABLEINTERCEPTORS_H_
+#define _TAO_IDL_ORIG_PORTABLEINTERCEPTORS_H_
#include /**/ "ace/pre.h"
-#include "ace/config-all.h"
+#include "PortableInterceptorC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "PortableInterceptorC.h"
+
+#if defined(_MSC_VER)
+#pragma warning(push)
+#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
+// be\be_visitor_module/module_sh.cpp:49
+
+namespace POA_PortableInterceptor
+{
+
+
+// TAO_IDL - Generated from
+// be\be_visitor_module/module_sh.cpp:80
+
+} // module PortableInterceptor
+
+// TAO_IDL - Generated from
+// be\be_codegen.cpp:997
+
+
+#if defined(_MSC_VER)
+#pragma warning(pop)
+#endif /* _MSC_VER */
+
+#if defined (__BORLANDC__)
+#pragma option pop
+#endif /* __BORLANDC__ */
#include /**/ "ace/post.h"
#endif /* ifndef */
+