gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9980: add accesot to return only one


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9980: add accesot to return only one element from the vector of properties.
Date: Tue, 10 Feb 2009 20:23:05 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9980
committer: address@hidden
branch nick: rtmp
timestamp: Tue 2009-02-10 20:23:05 +0100
message:
  add accesot to return only one element from the vector of properties.
modified:
  libnet/rtmp_msg.h
=== modified file 'libnet/rtmp_msg.h'
--- a/libnet/rtmp_msg.h 2009-02-10 16:29:12 +0000
+++ b/libnet/rtmp_msg.h 2009-02-10 19:23:05 +0000
@@ -110,6 +110,7 @@
     boost::uint8_t getChannel()         { return _channel; } ;
 
     boost::shared_ptr<amf::Element> operator[](size_t x);
+    boost::shared_ptr<amf::Element> at(size_t x) { return _amfobjs[x]; };
 
     /// \brief Find the named property for this Object.
     ///


reply via email to

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