~ubuntu-branches/ubuntu/wily/xmms2/wily

« back to all changes in this revision

Viewing changes to src/include/xmmsclient/xmmsclient++/bindata.h

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2008-07-04 16:23:34 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080704162334-b3esbkcapt8wbrk4
Tags: 0.5DrLecter-2ubuntu1
* Merge from debian unstable (LP: #241098), remaining changes:
  + debian/control:
    + Update Maintainer field
    + add lpia to xmms2-plugin-alsa supported architectures
    + Added liba52-0.7.4-dev to build depends
  + debian/rules: Added patch, patch-stamp and unpatch
  + changed 01_gcc4.3.patch:
    + src/include/xmmsclient/xmmsclient++/helpers.h: Added #include <climits>
* New upstream relase fixes LP: #212566, #222341

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  XMMS2 - X Music Multiplexer System
2
 
 *  Copyright (C) 2003-2007 XMMS2 Team
 
2
 *  Copyright (C) 2003-2008 XMMS2 Team
3
3
 *
4
4
 *  PLUGINS ARE NOT CONSIDERED TO BE DERIVED WORK !!!
5
5
 *
83
83
                         */
84
84
                        VoidResult remove( const std::string& hash ) const;
85
85
 
 
86
                        /** List all bindata hashes stored on the server.
 
87
                         *
 
88
                         *  @throw connection_error If the client isn't connected.
 
89
                         *  @throw mainloop_running_error If a mainloop is running -
 
90
                         *  sync functions can't be called when mainloop is running. This
 
91
                         *  is only thrown if the programmer is careless or doesn't know
 
92
                         *  what he/she's doing. (logic_error)
 
93
                         *  @throw result_error If the operation failed.
 
94
                         */
 
95
                        StringListResult list() const;
 
96
 
86
97
                /** @cond */
87
98
                private:
88
99