summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1383_Regression/Callee_i.h
blob: 30fa0cfd1accbf742e3b890c9a00422eca6a547a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef CALLEE_I_H
#define CALLEE_I_H

#include "calleeS.h"

class Callee_i : public POA_Callee {
  void callback (const char * message);
};

#endif