summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl.for_ifr
blob: 39bdf17c3955f2fb7defc2e6002bcd6c5562cbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */