summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl
blob: bd3dde4f6b7573a99f65ee2186ea9feb46bac0de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//IDL

#ifndef TAO_COUNTRY_IDL
#define TAO_COUNTRY_IDL

#include "orbsvcs/CosTypedEventComm.idl"

interface Country : ::CosTypedEventComm::TypedPushConsumer
{
  void update_population (in string country,
                          in long population);
};

#endif /* TAO_COUNTRY_IDL */