gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10014: get the docroot from private


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10014: get the docroot from private data.
Date: Sat, 21 Feb 2009 17:40:02 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10014
committer: address@hidden
branch nick: rtmp
timestamp: Sat 2009-02-21 17:40:02 -0700
message:
  get the docroot from private data.
modified:
  libnet/http.h
=== modified file 'libnet/http.h'
--- a/libnet/http.h     2009-02-21 19:16:22 +0000
+++ b/libnet/http.h     2009-02-22 00:40:02 +0000
@@ -264,6 +264,7 @@
     
     void setHandler(Handler *hand) { _handler = hand; };
     void setDocRoot(const std::string &path) { _docroot = path; };
+    std::string &getDocRoot() { return _docroot; };
     
 protected:
     typedef boost::char_separator<char> Sep;


reply via email to

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