~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to kopete/protocols/yahoo/libkyahoo/client.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-10-09 14:55:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009145532-91lvzoe1hag8d6hq
Tags: 4:3.5.5+kopete0.12.3-0ubuntu1
* New upstream release
* Removed obsolete kubuntu_02_hostname_for_freenode.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
699
699
QString Client::yCookie()
700
700
{
701
701
        return d->yCookie;
702
 
};
 
702
}
703
703
 
704
704
QString Client::tCookie()
705
705
{
706
706
        return d->tCookie;
707
 
};
 
707
}
708
708
 
709
709
QString Client::cCookie()
710
710
{
711
711
        return d->cCookie;
712
 
};
 
712
}
713
713
 
714
714
void Client::distribute( Transfer * transfer )
715
715
{