mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-13 12:45:09 -05:00
10 lines
174 B
C++
10 lines
174 B
C++
/**
|
|
* Author: Timothy Prepscius
|
|
* License: BSD + keep my name in the code!
|
|
*/
|
|
|
|
|
|
#include "MasterSingleton.h"
|
|
|
|
mailiverse::mail::manager::MasterPtr masterSingleton = NULL;
|