diff options
Diffstat (limited to 'cpp/demo/IceStorm/clock/ClockI.h')
-rw-r--r-- | cpp/demo/IceStorm/clock/ClockI.h | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/cpp/demo/IceStorm/clock/ClockI.h b/cpp/demo/IceStorm/clock/ClockI.h index c1d8eb880bc..0924e0cf43f 100644 --- a/cpp/demo/IceStorm/clock/ClockI.h +++ b/cpp/demo/IceStorm/clock/ClockI.h @@ -1,23 +1,23 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef CLOCK_I_H
-#define CLOCK_I_H
-
-#include <Clock.h>
-
-class ClockI : public Clock
-{
-public:
-
- virtual void tick(const Ice::Current&);
-};
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef CLOCK_I_H +#define CLOCK_I_H + +#include <Clock.h> + +class ClockI : public Clock +{ +public: + + virtual void tick(const Ice::Current&); +}; + +#endif |