Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/src/Prueba.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilidades/src/Prueba.h')
-rw-r--r--Utilidades/src/Prueba.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Utilidades/src/Prueba.h b/Utilidades/src/Prueba.h
deleted file mode 100644
index bb234c0..0000000
--- a/Utilidades/src/Prueba.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Prueba.h
- *
- * Created on: 23/06/2011
- * Author: seba
- */
-
-#ifndef PRUEBA_H_
-#define PRUEBA_H_
-
-class Prueba {
-
- int numero;
-public:
- Prueba();
- virtual ~Prueba();
-};
-
-#endif /* PRUEBA_H_ */