You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/03/27 16:16:54 UTC

svn commit: r1461636 - /qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/data.rb

Author: mcpierce
Date: Wed Mar 27 15:16:54 2013
New Revision: 1461636

URL: http://svn.apache.org/r1461636
Log:
PROTON-227: Added missing elements to the Rdoc for qpid::proton::Data

A few of the supported types were accidentally omitted, so adding them
in now.

Modified:
    qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/data.rb

Modified: qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/data.rb
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/data.rb?rev=1461636&r1=1461635&r2=1461636&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/data.rb (original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/data.rb Wed Mar 27 15:16:54 2013
@@ -56,14 +56,21 @@ module Qpid
     # * *NULL*
     # * *BOOL*
     # * *UBYTE*
+    # * *BYTE*
     # * *USHORT*
     # * *SHORT*
     # * *UINT*
     # * *INT*
+    # * *CHAR*
     # * *ULONG*
     # * *LONG*
+    # * *TIMESTAMP*
     # * *FLOAT*
     # * *DOUBLE*
+    # * *DECIMAL32*
+    # * *DECIMAL64*
+    # * *DECIMAL128*
+    # * *UUID*
     # * *BINARY*
     # * *STRING*
     # * *SYMBOL*



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org