summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr')
-rw-r--r--TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr b/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr
new file mode 100644
index 00000000000..220d3c09aa0
--- /dev/null
+++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr
@@ -0,0 +1,16 @@
+// $Id$
+
+//IDL
+
+#ifndef TAO_COUNTRY_IDL
+#define TAO_COUNTRY_IDL
+
+//#include "orbsvcs/CosEventComm.idl"
+
+interface Country //: ::CosTypedEventComm::TypedPushConsumer
+{
+ void update_population (in string country,
+ in long population);
+};
+
+#endif /* TAO_COUNTRY_IDL */