gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r10003: http.h now needs to be http_s


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10003: http.h now needs to be http_server.h.
Date: Sat, 21 Feb 2009 11:57:24 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10003
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-02-21 11:57:24 -0700
message:
  http.h now needs to be http_server.h.
modified:
  cygnal/cygnal.cpp
=== modified file 'cygnal/cygnal.cpp'
--- a/cygnal/cygnal.cpp 2009-02-09 16:21:27 +0000
+++ b/cygnal/cygnal.cpp 2009-02-21 18:57:24 +0000
@@ -54,8 +54,7 @@
 #include "log.h"
 #include "crc.h"
 #include "rtmp.h"
-#include "rtmp_server.h"
-#include "http.h"
+#include "buffer.h"
 #include "utility.h"
 #include "limits.h"
 #include "netstats.h"
@@ -68,7 +67,9 @@
 #include "GnashSleep.h" // for usleep comptibility.
 
 // classes internal to Cygnal
-#include "buffer.h"
+#include "rtmp_server.h"
+#include "http_server.h"
+
 #include "handler.h"
 #include "cache.h"
 #include "gettext.h"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]