something

This commit is contained in:
Dhanya Maliakal
2016-03-10 17:25:47 +01:00
parent c36db579b1
commit d3a7d3bad3
18 changed files with 863 additions and 18 deletions

View File

@ -0,0 +1,6 @@
#pragma once
const int DEFAULT_POOL_SIZE = 10;
const int MAX_SINGLES = 5;
const int STARTED = 0;
const int STOPPED = 1;