summaryrefslogtreecommitdiff
path: root/cpp/demo/IceStorm/clock/ClockI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceStorm/clock/ClockI.cpp')
-rw-r--r--cpp/demo/IceStorm/clock/ClockI.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/cpp/demo/IceStorm/clock/ClockI.cpp b/cpp/demo/IceStorm/clock/ClockI.cpp
deleted file mode 100644
index 2d57df4c870..00000000000
--- a/cpp/demo/IceStorm/clock/ClockI.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2006 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.
-//
-// **********************************************************************
-
-#include <Ice/Ice.h>
-
-#include <ClockI.h>
-
-using namespace std;
-
-void
-ClockI::tick(const Ice::Current&)
-{
- cout << "tick" << endl;
-}