Changeset 17
- Timestamp:
- 11/14/13 09:54:27 (9 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Make.inc
r7 r17 1 1 # to be included in the Makefile 2 2 # Version of the software 3 STOPOS_VERSION=0.9 13 STOPOS_VERSION=0.92 4 4 5 5 # installation directory of the server on local system: -
trunk/gdbm_pool.cpp
r7 r17 31 31 #include <sys/stat.h> 32 32 #include <fcntl.h> 33 #include <unistd.h> 33 34 34 35 gdbm_pool::gdbm_pool() -
trunk/stopos.h
r7 r17 24 24 // key from extra key 25 25 const std::string program_name = "stopos"; 26 const std::string program_version = "0.9 1";26 const std::string program_version = "0.92"; 27 27 const std::string default_pool = "pool"; 28 28 -
trunk/test_pool.cpp
r7 r17 34 34 #include "mysql_pool.h" 35 35 #endif 36 #include <unistd.h> 36 37 37 38 #include "stopos_key.h"
Note: See TracChangeset
for help on using the changeset viewer.