This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //----------------------------------------------------------------------------------------------------------------------- | |
| // # Made by Leo123 (Leonid Vinikov) | |
| // # mail : [email protected] | |
| //----------------------------------------------------------------------------------------------------------------------- | |
| #include "stdafx.h" | |
| #include "TDataBase.h" | |
| #include "Object.h" | |
| //----------------------------------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <list> | |
| #include <stdio.h> | |
| #include <stdarg.h> | |
| #include <Windows.h> | |
| class CObServer | |
| { | |
| public: | |
| virtual void notify(std::string log) {}; |
NewerOlder