summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/Country.idl
blob: 77c685642728973a6dd634f788c6e2a1628f7cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

//IDL

#ifndef TAO_COUNTRY_IDL
#define TAO_COUNTRY_IDL

#include "orbsvcs/CosTypedEventComm.idl"
#pragma prefix "jon.com"

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

#endif /* TAO_COUNTRY_IDL */