summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-10-02 02:06:05 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-10-02 02:06:05 +0000
commit039cc8074c5946e2996f017d341a05f43ac81bf5 (patch)
tree06236d7ab5bde1f7e6dc33455eaf5c4124b4c701 /CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
parent4e57ef178e3cf3b95d1e3dfe3fa856bc11c812fe (diff)
downloadATCD-039cc8074c5946e2996f017d341a05f43ac81bf5.tar.gz
Fri Oct 2 02:05:34 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl')
-rw-r--r--CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl b/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
index 8a2528e48d8..eeebd6e1f54 100644
--- a/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
+++ b/CIAO/tests/IDL_Test/Included_Component/IC_Foo.idl
@@ -1,4 +1,6 @@
// $Id$
+#ifndef IC_Foo_IDL
+#define IC_Foo_IDL
#include <Components.idl>
@@ -6,3 +8,5 @@ component Foo
{
};
+
+#endif \ No newline at end of file