summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/MFC/client/Hello.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo/IceE/MFC/client/Hello.ice')
-rw-r--r--cppe/demo/IceE/MFC/client/Hello.ice24
1 files changed, 0 insertions, 24 deletions
diff --git a/cppe/demo/IceE/MFC/client/Hello.ice b/cppe/demo/IceE/MFC/client/Hello.ice
deleted file mode 100644
index 9970be36c06..00000000000
--- a/cppe/demo/IceE/MFC/client/Hello.ice
+++ /dev/null
@@ -1,24 +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 HELLO_ICE
-#define HELLO_ICE
-
-module Demo
-{
-
-interface Hello
-{
- ["cpp:const"] idempotent void sayHello();
- idempotent void shutdown();
-};
-
-};
-
-#endif