changeset 65 | 76514757b0d6 |
parent 54 | c064ce9f40f5 |
child 77 | 49e0babccb23 |
64:993b97c4ad2d | 65:76514757b0d6 |
---|---|
1 /** |
1 /** |
2 * test/demos/pmc/object.cc |
2 * test/demos/pmc/object.cc |
3 * Copyright (C) 2008 Markus Broeker |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <object.h> |
6 #include <object.hpp> |
7 |
7 |
8 #include <iostream> |
8 #include <iostream> |
9 |
9 |
10 int refCounter = 0; |
10 int refCounter = 0; |
11 |
11 |