summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/link_poas/Test_i.h
blob: 77af1927e0d62b6471bfc1f8ef7ad4bfabfb5840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* -*- C++ -*-  */

#ifndef TEST_I_H_
#define TEST_I_H_

#include "TestS.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

class  Test_i : public virtual POA_Test
{
public:
  virtual CORBA::Long server_pid (void);
};

#endif /* TEST_I_H_ */