By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 700
Collapse All | Expand All

(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/p2p/client/sessionclient.cc (-1 / +1 lines)
Lines 31-37 Link Here
31
#include "talk/p2p/client/sessionclient.h"
31
#include "talk/p2p/client/sessionclient.h"
32
#include "talk/p2p/base/helpers.h"
32
#include "talk/p2p/base/helpers.h"
33
#include "talk/base/logging.h"
33
#include "talk/base/logging.h"
34
#include "talk/xmllite/tqname.h"
34
#include "talk/xmllite/qname.h"
35
#include "talk/xmpp/constants.h"
35
#include "talk/xmpp/constants.h"
36
#include "talk/xmllite/xmlprinter.h"
36
#include "talk/xmllite/xmlprinter.h"
37
#include <iostream>
37
#include <iostream>
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/session/phone/phonesessionclient.cc (-1 / +1 lines)
Lines 30-36 Link Here
30
#include "talk/base/logging.h"
30
#include "talk/base/logging.h"
31
#include "talk/session/receiver.h"
31
#include "talk/session/receiver.h"
32
#include "talk/session/phone/phonesessionclient.h"
32
#include "talk/session/phone/phonesessionclient.h"
33
#include "talk/xmllite/tqname.h"
33
#include "talk/xmllite/qname.h"
34
namespace {
34
namespace {
35
35
36
const std::string NS_PHONE("http://www.google.com/session/phone");
36
const std::string NS_PHONE("http://www.google.com/session/phone");
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/qname.cc (-1 / +1 lines)
Lines 28-34 Link Here
28
#include <string>
28
#include <string>
29
#include "talk/base/common.h"
29
#include "talk/base/common.h"
30
#include "talk/xmllite/xmlelement.h"
30
#include "talk/xmllite/xmlelement.h"
31
#include "talk/xmllite/tqname.h"
31
#include "talk/xmllite/qname.h"
32
#include "talk/xmllite/xmlconstants.h"
32
#include "talk/xmllite/xmlconstants.h"
33
33
34
//#define new TRACK_NEW
34
//#define new TRACK_NEW
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.cc (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
#include "talk/base/common.h"
33
#include "talk/base/common.h"
34
#include "talk/xmllite/xmlelement.h"
34
#include "talk/xmllite/xmlelement.h"
35
#include "talk/xmllite/tqname.h"
35
#include "talk/xmllite/qname.h"
36
#include "talk/xmllite/xmlparser.h"
36
#include "talk/xmllite/xmlparser.h"
37
#include "talk/xmllite/xmlbuilder.h"
37
#include "talk/xmllite/xmlbuilder.h"
38
#include "talk/xmllite/xmlprinter.h"
38
#include "talk/xmllite/xmlprinter.h"
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlelement.h (-1 / +1 lines)
Lines 31-37 Link Here
31
#include <iosfwd>
31
#include <iosfwd>
32
#include <string>
32
#include <string>
33
#include "talk/base/scoped_ptr.h"
33
#include "talk/base/scoped_ptr.h"
34
#include "talk/xmllite/tqname.h"
34
#include "talk/xmllite/qname.h"
35
35
36
namespace buzz {
36
namespace buzz {
37
37
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmllite/xmlnsstack.h (-1 / +1 lines)
Lines 31-37 Link Here
31
#include <string>
31
#include <string>
32
#include "talk/base/scoped_ptr.h"
32
#include "talk/base/scoped_ptr.h"
33
#include "talk/base/stl_decl.h"
33
#include "talk/base/stl_decl.h"
34
#include "talk/xmllite/tqname.h"
34
#include "talk/xmllite/qname.h"
35
35
36
namespace buzz {
36
namespace buzz {
37
37
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.cc (-1 / +1 lines)
Lines 29-35 Link Here
29
#include "talk/base/basicdefs.h"
29
#include "talk/base/basicdefs.h"
30
#include "talk/xmllite/xmlconstants.h"
30
#include "talk/xmllite/xmlconstants.h"
31
#include "talk/xmllite/xmlelement.h"
31
#include "talk/xmllite/xmlelement.h"
32
#include "talk/xmllite/tqname.h"
32
#include "talk/xmllite/qname.h"
33
#include "talk/xmpp/jid.h"
33
#include "talk/xmpp/jid.h"
34
#include "talk/xmpp/constants.h"
34
#include "talk/xmpp/constants.h"
35
namespace buzz {
35
namespace buzz {
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/constants.h (-1 / +1 lines)
Lines 29-35 Link Here
29
#define _CRICKET_XMPP_XMPPLIB_BUZZ_CONSTANTS_H_
29
#define _CRICKET_XMPP_XMPPLIB_BUZZ_CONSTANTS_H_
30
30
31
#include <string>
31
#include <string>
32
#include "talk/xmllite/tqname.h"
32
#include "talk/xmllite/qname.h"
33
#include "talk/xmpp/jid.h"
33
#include "talk/xmpp/jid.h"
34
34
35
35
(-)/dev/shm/kdenetwork/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmppengine.h (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
// also part of the API
31
// also part of the API
32
#include "talk/xmpp/jid.h"
32
#include "talk/xmpp/jid.h"
33
#include "talk/xmllite/tqname.h"
33
#include "talk/xmllite/qname.h"
34
#include "talk/xmllite/xmlelement.h"
34
#include "talk/xmllite/xmlelement.h"
35
35
36
36

Return to bug 700