summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTrading.idl
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-26 06:45:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-26 06:45:59 +0000
commit26de98653913b97c192f8f343f964ad1d7a96cb1 (patch)
tree71ce3076a259e18022767763310c7c2f0c8461ee /TAO/orbsvcs/orbsvcs/CosTrading.idl
parent285efe1ccbd3a8b2bbe08017424306d2c8399bf2 (diff)
downloadATCD-26de98653913b97c192f8f343f964ad1d7a96cb1.tar.gz
.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosTrading.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTrading.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.idl b/TAO/orbsvcs/orbsvcs/CosTrading.idl
index b8fe1703e5e..3b8beedb491 100644
--- a/TAO/orbsvcs/orbsvcs/CosTrading.idl
+++ b/TAO/orbsvcs/orbsvcs/CosTrading.idl
@@ -13,6 +13,9 @@
//
// ========================================================================
+#ifndef TAO_TRADING_IDL
+#define TAO_TRADING_IDL
+
#pragma prefix "omg.org"
module CosTrading
@@ -680,3 +683,5 @@ module CosTradingSequences
typedef sequence<double> DoubleSeq;
typedef sequence<string> StringSeq;
};
+
+#endif /* TAO_TRADING_IDL */