summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2007-09-21 01:43:48 +0200
committerThomas Günther <tom@toms-cafe.de>2007-09-21 01:43:48 +0200
commitb39a6bf3e7add336dbb127394e8c611ec1d29cd6 (patch)
treeab3b1c27a8ec9769ba0725b9b5179dd19a7bb785
parenta9e755360f08ce8da20d15b1aa1593ea753393de (diff)
downloadvdr-plugin-spider-b39a6bf3e7add336dbb127394e8c611ec1d29cd6.tar.gz
vdr-plugin-spider-b39a6bf3e7add336dbb127394e8c611ec1d29cd6.tar.bz2
Renamed *.c files to C++ suffix *.cpp
-rw-r--r--bitmap.cpp (renamed from bitmap.c)2
-rw-r--r--deck.cpp (renamed from deck.c)2
-rw-r--r--game.cpp (renamed from game.c)2
-rw-r--r--heap.cpp (renamed from heap.c)2
-rw-r--r--history.cpp (renamed from history.c)2
-rw-r--r--i18n.cpp (renamed from i18n.c)2
-rw-r--r--setup.cpp (renamed from setup.c)2
-rw-r--r--spider.cpp (renamed from spider.c)2
-rw-r--r--tableau.cpp (renamed from tableau.c)2
9 files changed, 9 insertions, 9 deletions
diff --git a/bitmap.c b/bitmap.cpp
index 38ce31b..998d5d8 100644
--- a/bitmap.c
+++ b/bitmap.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: bitmap.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: bitmap.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "bitmap.h"
diff --git a/deck.c b/deck.cpp
index b708a5f..0537ee9 100644
--- a/deck.c
+++ b/deck.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: deck.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: deck.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "deck.h"
diff --git a/game.c b/game.cpp
index 98bd581..61ba151 100644
--- a/game.c
+++ b/game.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: game.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: game.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "game.h"
diff --git a/heap.c b/heap.cpp
index 8758a3e..d15b9c5 100644
--- a/heap.c
+++ b/heap.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: heap.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: heap.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "heap.h"
diff --git a/history.c b/history.cpp
index b045092..745dc3e 100644
--- a/history.c
+++ b/history.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: history.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: history.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "history.h"
diff --git a/i18n.c b/i18n.cpp
index 3d1d5ce..d90e538 100644
--- a/i18n.c
+++ b/i18n.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: i18n.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: i18n.cpp 94 2007-09-20 23:43:48Z tom $
*
*
* Translations provided by:
diff --git a/setup.c b/setup.cpp
index 7255c81..f59ca5d 100644
--- a/setup.c
+++ b/setup.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: setup.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: setup.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "setup.h"
diff --git a/spider.c b/spider.cpp
index 7fe0388..0c8be2b 100644
--- a/spider.c
+++ b/spider.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: spider.c 88 2007-06-23 00:15:39Z tom $
+ * $Id: spider.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "spider.h"
diff --git a/tableau.c b/tableau.cpp
index 70744bd..a53f4d8 100644
--- a/tableau.c
+++ b/tableau.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: tableau.c 87 2007-06-22 22:37:36Z tom $
+ * $Id: tableau.cpp 94 2007-09-20 23:43:48Z tom $
*/
#include "tableau.h"