repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Began removal of platform/. The Monitor:: namespace is completely converted.
[aesalon.git]
/
src
/
misc
/
ReferenceCounter.cpp
blob
568ab5718f9e4739b75079d07ce05fe3e4fc53c8
1
#include <iostream>
2
#include
"ReferenceCounter.h"
3
4
namespace
Aesalon
{
5
namespace
Misc
{
6
7
template
<>
ReferenceCounter
*
Singleton
<
ReferenceCounter
>::
instance
=
0
;
8
9
}
// namespace Misc
10
}
// namespace Aesalon