Commit 1c36713f by Szeberényi Imre

typo

parent 86e920c4
/** /**
* \file pkomplex.h * \file komplex.h
* *
*/ */
......
/** /**
* \file pkomplex.cpp * \file pkomplex.cpp
* * perzisztens komplex osztály megvalósítása
*/ */
#include "pkomplex.h" #include "pkomplex.h"
......
/** /**
* \file pkomplex.h * \file pkomplex.h
* perzisztens komplex osztály deklarációja
* *
*/ */
......
/** /**
* \file pkomplex_main.cpp * \file pkomplex_main.cpp
* Demo program a perzisztens komplex osztály kipróbálásához
* *
*/ */
......
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
struct Serializable { struct Serializable {
virtual void write(std::ostream& os) const = 0; // kiíró virtual void write(std::ostream& os) const = 0; // kiíró
virtual void read(std::istream& is) = 0; // beolvasó virtual void read(std::istream& is) = 0; // beolvasó
virtual ~Serializable() {} // ne legyen probléma az upcast virtual ~Serializable() {}
}; };
#endif #endif
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#endif #endif
#include <ctime> #include <ctime>
#include "String5.h" #include "string5.h"
typedef int csop_t; // csoport típusa typedef int csop_t; // csoport típusa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment