Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/src/Prueba.cpp
blob: 7a237caf16b5509d3cdef9150b55ee5a2b7977bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Prueba.cpp
 *
 *  Created on: 23/06/2011
 *      Author: seba
 */

#include "Prueba.h"

Prueba::Prueba() {
	this->numero=33;

}

Prueba::~Prueba() {
	// TODO Auto-generated destructor stub
}