~ubuntu-branches/ubuntu/vivid/akonadi/vivid

« back to all changes in this revision

Viewing changes to server/src/storage/dbexception.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-11 17:38:58 UTC
  • mfrom: (1.1.46)
  • Revision ID: package-import@ubuntu.com-20131111173858-kltz6s4ebjishfej
Tags: 1.10.80-0ubuntu1
* New upstream release
 - Update install files
 - Update disable_dbus_requiring_tests.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
class DbException : public Akonadi::Exception
30
30
{
31
31
  public:
32
 
    explicit DbException( const QSqlQuery &query, const char* what = 0 );
33
 
    virtual const char* type() const throw();
 
32
    explicit DbException( const QSqlQuery &query, const char *what = 0 );
 
33
    virtual const char *type() const throw();
34
34
};
35
35
 
36
36
#endif // DBEXCEPTION_H