summaryrefslogtreecommitdiff
path: root/TAO/tao/InterfaceC.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-08-04 03:20:59 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-08-04 03:20:59 +0000
commit09a96ca82c792801088e59b4e4d70fbb8c2832df (patch)
treeceed4bdb1b70af08f6822d7c55145b23371c9277 /TAO/tao/InterfaceC.h
parent040007fae0e9226373df92435f4f45b9154383d4 (diff)
downloadATCD-09a96ca82c792801088e59b4e4d70fbb8c2832df.tar.gz
Added #ifdefs
Diffstat (limited to 'TAO/tao/InterfaceC.h')
-rw-r--r--TAO/tao/InterfaceC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/InterfaceC.h b/TAO/tao/InterfaceC.h
index 860698c689b..46cc2f087fc 100644
--- a/TAO/tao/InterfaceC.h
+++ b/TAO/tao/InterfaceC.h
@@ -11,6 +11,8 @@
#ifndef _TAO_IDL_INTERFACEC_H_
#define _TAO_IDL_INTERFACEC_H_
+#ifdef TAO_HAS_INTERFACE_REPOSITORY
+
#include "tao/corba.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -8534,4 +8536,5 @@ operator>> (TAO_InputCDR &, CORBA::ValueBoxDef_ptr &);
#pragma warning(default:4250)
#endif /* _MSC_VER */
+#endif /*TAO_HAS_INTERFACE_REPOSITORY */
#endif /* ifndef */