summaryrefslogtreecommitdiff
path: root/TAO/tests/Monitor/Marshal_Buffer/test_i.h
blob: bc6ab9a5ac59065445377e979c075ece14d9843c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#ifndef TAO_TEST_I_H
#define TAO_TEST_I_H

#include "testS.h"

class test_impl : public virtual POA_test
{
  virtual char * test_op (const char * in_arg);
};

#endif /* TAO_TEST_I_H */