Skip to content

Instantly share code, notes, and snippets.

View iNewLegend's full-sized avatar
:octocat:

Leonid Vinikov iNewLegend

:octocat:
View GitHub Profile
//-----------------------------------------------------------------------------------------------------------------------
// # Made by Leo123 (Leonid Vinikov)
// # mail : [email protected]
//-----------------------------------------------------------------------------------------------------------------------
#include "stdafx.h"
#include "TDataBase.h"
#include "Object.h"
//-----------------------------------------------------------------------------------------------------------
@iNewLegend
iNewLegend / LogObserver_Example.cpp
Created October 27, 2016 09:32
Log ObServer example
#include <list>
#include <stdio.h>
#include <stdarg.h>
#include <Windows.h>
class CObServer
{
public:
virtual void notify(std::string log) {};