~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

Viewing changes to .pc/06_uoa.patch/plugins/common/RESTSupport.vala

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-20 15:21:41 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120920152141-lcfo2j5d8f3zs0c6
Tags: 0.13.0-0ubuntu1
* New upstream bugfix release
* debian/watch:
  - Watch for stable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
}
356
356
 
357
357
public class UploadTransaction : Transaction {
358
 
    private GLib.HashTable<string, string> binary_disposition_table = null;
359
 
    private Spit.Publishing.Publishable publishable = null;
360
 
    private string mime_type;
361
 
    private Gee.HashMap<string, string> message_headers = null;
 
358
    protected GLib.HashTable<string, string> binary_disposition_table = null;
 
359
    protected Spit.Publishing.Publishable publishable = null;
 
360
    protected string mime_type;
 
361
    protected Gee.HashMap<string, string> message_headers = null;
362
362
 
363
363
    public UploadTransaction(Session session, Spit.Publishing.Publishable publishable) {
364
364
        base (session);