gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9955: add private data for the param


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9955: add private data for the parameter to an URL.
Date: Sun, 18 Jan 2009 17:58:20 +1100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9955
committer: address@hidden
branch nick: rtmp
timestamp: Sun 2009-01-18 17:58:20 +1100
message:
  add private data for the parameter to an URL.
modified:
  libnet/http.h
=== modified file 'libnet/http.h'
--- a/libnet/http.h     2008-12-20 17:11:55 +0000
+++ b/libnet/http.h     2009-01-18 06:58:20 +0000
@@ -292,6 +292,7 @@
     int getMaxRequests() { return _max_requests; }
     int getFileSize() { return _filesize; }
     std::string &getFilespec() { return _filespec; }
+    std::string &getParams() { return _params; }
   //    std::string &getURL() { return _url; }
     std::map<int, struct status_codes *> getStatusCodes()
        { return _status_codes; }
@@ -310,6 +311,7 @@
     
     DiskStream::filetype_e  _filetype;
     std::string                _filespec;
+    std::string                _params;
     boost::uint32_t     _filesize;
     std::map<int, struct status_codes *> _status_codes;
     


reply via email to

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