diff options
Diffstat (limited to 'cppe/demo/IceE/chat/Chat.ice')
-rw-r--r-- | cppe/demo/IceE/chat/Chat.ice | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/cppe/demo/IceE/chat/Chat.ice b/cppe/demo/IceE/chat/Chat.ice deleted file mode 100644 index 3b47dc215c2..00000000000 --- a/cppe/demo/IceE/chat/Chat.ice +++ /dev/null @@ -1,31 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. -// -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#ifndef CHAT_ICE -#define CHAT_ICE - -#include <Session.ice> - -module Demo -{ - -interface ChatCallback -{ - void message(string data); -}; - -interface ChatSession extends Glacier2::Session -{ - void setCallback(ChatCallback* callback); - void say(string data); -}; - -}; - -#endif |