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