From 7017f8cc3e8e2b045874e9a0c47a7088ba4fb1af Mon Sep 17 00:00:00 2001 From: ponchio Date: Tue, 19 Oct 2004 17:20:24 +0000 Subject: [PATCH] renamed --- apps/nexus/{stopwatch.cpp => watch.cpp} | 3 +++ apps/nexus/{stopwatch.h => watch.h} | 3 +++ 2 files changed, 6 insertions(+) rename apps/nexus/{stopwatch.cpp => watch.cpp} (98%) rename apps/nexus/{stopwatch.h => watch.h} (97%) diff --git a/apps/nexus/stopwatch.cpp b/apps/nexus/watch.cpp similarity index 98% rename from apps/nexus/stopwatch.cpp rename to apps/nexus/watch.cpp index a502cbc0..40148e45 100644 --- a/apps/nexus/stopwatch.cpp +++ b/apps/nexus/watch.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.5 2004/10/19 17:16:52 ponchio +Changed interface + Revision 1.4 2004/07/30 12:44:14 ponchio #ifdef corrected diff --git a/apps/nexus/stopwatch.h b/apps/nexus/watch.h similarity index 97% rename from apps/nexus/stopwatch.h rename to apps/nexus/watch.h index 1e31f3b6..eb032443 100644 --- a/apps/nexus/stopwatch.h +++ b/apps/nexus/watch.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.4 2004/10/19 17:16:53 ponchio +Changed interface + Revision 1.3 2004/07/20 14:03:47 ponchio Changed interface.