summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/HelloWorld.h
blob: ec68e481c8b17fb0b371cd72b98669091c5f9169 (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
//
// $Id$
//

#ifndef HELLOWORLD_H
#define HELLOWORLD_H
#include /**/ "ace/pre.h"

#include "TestS.h"

/// Implement the Test::HelloWorld interface
///
class HelloWorld
  : public virtual POA_Test::HelloWorld
{
public:

  HelloWorld (void);
  /// Constructor

  virtual char * get_string (void);

};

#include /**/ "ace/post.h"
#endif /* HELLOWORLD_H */