Mercurial > sm-archive
comparison src/test.cpp @ 17:8ebecad6530f stable-1-6
Add src/daemon* missing from source control.
Switch to Mercurial source control.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 16:00:13 -0700 |
parents | 75e1a9bcbc2e |
children |
comparison
equal
deleted
inserted
replaced
16:e57053cd7d20 | 17:8ebecad6530f |
---|---|
8 | 8 |
9 #include <stdio.h> | 9 #include <stdio.h> |
10 #include <unistd.h> | 10 #include <unistd.h> |
11 #include <pthread.h> | 11 #include <pthread.h> |
12 #include <set> | 12 #include <set> |
13 | |
14 static char* test_version="$Id$"; | |
15 | 13 |
16 using namespace std; | 14 using namespace std; |
17 | 15 |
18 struct ltstr { | 16 struct ltstr { |
19 bool operator()(char* s1, char* s2) const { | 17 bool operator()(char* s1, char* s2) const { |