summaryrefslogtreecommitdiff
path: root/TAO/tests/ExposedPolicies/Counter.idl
blob: 76815d61f02bbdd019fbc7f6ab6004dc965c6ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//$Id$

interface Counter
{
  void increment ();
  void decrement ();
  long get_count ();
  void reset ();
  // @@ Angelo, please don't use more code than you need to.  For this
  // test you only need one method, if that much.
};

// @@ Angelo, please add README file.