~ubuntu-branches/ubuntu/utopic/kdevelop-php/utopic

« back to all changes in this revision

Viewing changes to duchain/declarations/classmethoddeclaration.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-20 14:59:02 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101220145902-a6cmovse1qmue52p
Tags: 1.1.80-0ubuntu1
* New upstream release
* Build-dep on kdevplatform >= 1.1.80
* Get rid of l10n packages, not relevant in Ubuntu, put locale files into main package

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
{
57
57
public:
58
58
    ClassMethodDeclaration(const ClassMethodDeclaration &rhs);
59
 
    ClassMethodDeclaration(const KDevelop::SimpleRange &range, KDevelop::DUContext *context);
 
59
    ClassMethodDeclaration(const KDevelop::RangeInRevision &range, KDevelop::DUContext *context);
60
60
    ClassMethodDeclaration(ClassMethodDeclarationData &data);
61
 
    ClassMethodDeclaration(ClassMethodDeclarationData &data, const KDevelop::SimpleRange &range, KDevelop::DUContext *context);
 
61
    ClassMethodDeclaration(ClassMethodDeclarationData &data, const KDevelop::RangeInRevision &range, KDevelop::DUContext *context);
62
62
    ~ClassMethodDeclaration();
63
63
 
64
64
    /// overwritten to check for __construct() method