File: ProtocolInterface

package info (click to toggle)
telepathy-qt 0.9.8%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 12,964 kB
  • sloc: cpp: 74,811; xml: 34,307; ansic: 20,740; python: 4,154; sh: 118; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _TelepathyQt_ProtocolInterface_HEADER_GUARD_
#define _TelepathyQt_ProtocolInterface_HEADER_GUARD_

#ifndef IN_TP_QT_HEADER
#define IN_TP_QT_HEADER
#endif

#include <TelepathyQt/connection-manager.h>

#undef IN_TP_QT_HEADER

#endif
// vim:set ft=cpp: