summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl
blob: 00424bfa608b4455911a308f080b8cfaf2efa2c6 (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/CosTypedEventComm.idl"

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

#endif /* TAO_COUNTRY_IDL */