ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / demo / IceBox / hello / HelloI.h
blob4859cb63e59f78327e819629c95f1e164d3053f7
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #ifndef HELLO_I_H
11 #define HELLO_I_H
13 #include <Hello.h>
15 class HelloI : public Demo::Hello
17 public:
19 virtual void sayHello(const Ice::Current&);
22 #endif