Changeset 2116 for box/trunk/lib/server/Daemon.h
- Timestamp:
- 28/03/2008 22:59:28 (4 years ago)
- Location:
- box/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
lib/server (modified) (1 prop)
-
lib/server/Daemon.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk
- Property svn:ignore
-
old new 11 11 release 12 12 runtest.pl 13 .hg
-
- Property svn:ignore
-
box/trunk/lib/server
- Property svn:ignore
-
old new 1 autogen_ConnectionException.cpp 2 autogen_ConnectionException.h 3 autogen_ServerException.cpp 4 autogen_ServerException.h 1 autogen_* 5 2 Makefile 6 3 makeprotocol.pl
-
- Property svn:ignore
-
box/trunk/lib/server/Daemon.h
r2099 r2116 93 93 }; 94 94 95 #define DAEMON_VERIFY_SERVER_KEYS {"PidFile", 0, ConfigTest_Exists, 0}, \ 96 {"User", 0, ConfigTest_LastEntry, 0} 95 #define DAEMON_VERIFY_SERVER_KEYS \ 96 ConfigurationVerifyKey("PidFile", ConfigTest_Exists), \ 97 ConfigurationVerifyKey("User", ConfigTest_LastEntry) 97 98 98 99 #endif // DAEMON__H
Note: See TracChangeset
for help on using the changeset viewer.
