summaryrefslogtreecommitdiff
path: root/TAO/tests/Monitor/Marshal_Buffer/test_i.h
blob: f02d712dd0c82e79fb40fcef933ce41456b353c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 */