diff options
Diffstat (limited to 'cpp/demo/Ice/session/HelloSessionManagerI.h')
-rwxr-xr-x | cpp/demo/Ice/session/HelloSessionManagerI.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/demo/Ice/session/HelloSessionManagerI.h b/cpp/demo/Ice/session/HelloSessionManagerI.h new file mode 100755 index 00000000000..5ac5badc408 --- /dev/null +++ b/cpp/demo/Ice/session/HelloSessionManagerI.h @@ -0,0 +1,21 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#ifndef HELLO_SESSION_MANAGER_I_H +#define HELLO_SESSION_MANAGER_I_H + +#include <SessionManagerI.h> + +class HelloSessionManagerI : public SessionManagerI +{ +public: + virtual ::Demo::SessionPrx create(const ::Ice::Current&); +}; + +#endif |