Began removal of platform/. The Monitor:: namespace is completely converted.
[aesalon.git] / src / misc / ReferenceCounter.cpp
blob568ab5718f9e4739b75079d07ce05fe3e4fc53c8
1 #include <iostream>
2 #include "ReferenceCounter.h"
4 namespace Aesalon {
5 namespace Misc {
7 template<> ReferenceCounter *Singleton<ReferenceCounter>::instance = 0;
9 } // namespace Misc
10 } // namespace Aesalon