/usr/include/BALL/concept.h is in libball1.4-dev 1.4.1+20111206-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | // -*- Mode: C++; tab-width: 2; -*-
// vi: set ts=2:
//
// $Id: concept.h,v 1.2 2002/02/27 12:18:17 sturm Exp $
// CONCEPT header file
// collective header file for all headers in BALL/CONCEPT
#ifndef BALL_CONCEPT_H
#define BALL_CONCEPT_H
#ifndef BALL_CONCEPT_XDRPERSISTENCEMANAGER_H
# include <BALL/CONCEPT/XDRPersistenceManager.h>
#endif
#ifndef BALL_CONCEPT_AUTODELETABLE_H
# include <BALL/CONCEPT/autoDeletable.h>
#endif
#ifndef BALL_CONCEPT_BIDIRECTIONALITERATOR_H
# include <BALL/CONCEPT/bidirectionalIterator.h>
#endif
#ifndef BALL_CONCEPT_CALLBACK_H
# include <BALL/CONCEPT/callback.h>
#endif
#ifndef BALL_CONCEPT_COMPARATOR_H
# include <BALL/CONCEPT/comparator.h>
#endif
#ifndef BALL_CONCEPT_COMPOSITE_H
# include <BALL/CONCEPT/composite.h>
#endif
#ifndef BALL_CONCEPT_FORWARDITERATOR_H
# include <BALL/CONCEPT/forwardIterator.h>
#endif
#ifndef BALL_CONCEPT_PERSISTENCEMANAGER_H
# include <BALL/CONCEPT/persistenceManager.h>
#endif
#ifndef BALL_CONCEPT_RANDOMACCESSITERATOR_H
# include <BALL/CONCEPT/randomAccessIterator.h>
#endif
#ifndef BALL_CONCEPT_REVERSERANDOMACCESSITERATOR_H
# include <BALL/CONCEPT/reverseRandomAccessIterator.h>
#endif
#ifndef BALL_CONCEPT_SINGLETON_H
# include <BALL/CONCEPT/singleton.h>
#endif
#ifndef BALL_CONCEPT_TEXTPERSISTENCEMANAGER_H
# include <BALL/CONCEPT/textPersistenceManager.h>
#endif
#endif // BALL_CONCEPT_H
|