summaryrefslogtreecommitdiff
path: root/TAO/tests/IOR_Endpoint_Hostnames/bogus_i.h
blob: 8d2b59c256f32602bac91959c68e2faec4deadc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//
// $Id$
//

#ifndef bogus_h
#define bogus_h
#include "ace/pre.h"

#include "bogusS.h"

#if defined (_MSC_VER)
# if (_MSC_VER >= 1200)
#  pragma warning(push)
# endif /* _MSC_VER >= 1200 */
# pragma warning (disable:4250)
#endif /* _MSC_VER */

class bogus
  : public virtual POA_Test::bogus
  , public virtual PortableServer::RefCountServantBase
{
public:
  bogus ();
  virtual ~bogus ();

  virtual void noop (ACE_ENV_SINGLE_ARG_DECL)
    ACE_THROW_SPEC ((CORBA::SystemException));
};

#endif //bogus_h