summaryrefslogtreecommitdiff
path: root/src/server_status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_status.cc')
-rw-r--r--src/server_status.cc38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/server_status.cc b/src/server_status.cc
index 2b2395c..7f4714e 100644
--- a/src/server_status.cc
+++ b/src/server_status.cc
@@ -24,44 +24,6 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-
-/*
- * $Id$
- */
-
-/*
- * $Log$
- * Revision 1.10 2005/06/19 20:04:43 deva
- * ImgEncoder now uses the file class for output, through jpeg_mem_dest.
- *
- * Revision 1.9 2005/06/19 11:44:14 deva
- * Cleaned up a log of logging.
- * Fixed server queue (shouldn't happen).
- * Added user and group lookup.
- *
- * Revision 1.8 2005/05/22 15:49:22 deva
- * Added multithreaded encoding support.
- *
- * Revision 1.7 2005/05/17 15:12:51 deva
- * Fixed file rights (All read on files and directories, and all execute on directories).
- *
- * Revision 1.6 2005/05/16 16:00:57 deva
- * Lots of stuff!
- *
- * Revision 1.5 2005/05/16 13:25:52 deva
- * Moved video setting to configuration file.
- * Fine tuned setting for 2.4ghz server
- *
- * Revision 1.4 2005/05/09 16:40:20 deva
- * Added optimize yuv conversion code
- *
- * Revision 1.3 2005/05/03 08:31:59 deva
- * Removed the error object, and replaced it with a more generic info object.
- *
- * Revision 1.2 2005/05/01 09:56:26 deva
- * Added Id and Log tags to all files
- */
-
#include <config.h>
#include "server_status.h"