diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-11-15 13:31:33 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-11-15 13:31:33 +0000 |
commit | 709152f1ce6f82cbadfaea5e8fdbd22be6f8fd4c (patch) | |
tree | a09c44e0aa4263fe90a26bed3049551b9cf66363 /cpp/demo/IceStorm/clock/ClockI.cpp | |
parent | Added NullPermissionsVerifiers to Glacier2 (diff) | |
download | ice-709152f1ce6f82cbadfaea5e8fdbd22be6f8fd4c.tar.bz2 ice-709152f1ce6f82cbadfaea5e8fdbd22be6f8fd4c.tar.xz ice-709152f1ce6f82cbadfaea5e8fdbd22be6f8fd4c.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1547. Demo cleanup.
Diffstat (limited to 'cpp/demo/IceStorm/clock/ClockI.cpp')
-rw-r--r-- | cpp/demo/IceStorm/clock/ClockI.cpp | 20 |
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; -} |