PIP_FORCE_NO_PIINTROSPECTION
This commit is contained in:
@@ -29,7 +29,7 @@ class PIPeer;
|
|||||||
class PIIntrospection;
|
class PIIntrospection;
|
||||||
class PIIntrospectionServer;
|
class PIIntrospectionServer;
|
||||||
|
|
||||||
#ifdef PIP_INTROSPECTION
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
#define __PIINTROSPECTION_SINGLETON_H__(T) \
|
#define __PIINTROSPECTION_SINGLETON_H__(T) \
|
||||||
static PIIntrospection##T##Interface * instance();
|
static PIIntrospection##T##Interface * instance();
|
||||||
|
|
||||||
|
|||||||
@@ -17,11 +17,11 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
|
|
||||||
#include "piintrospection_containers.h"
|
#include "piintrospection_containers.h"
|
||||||
#include "piintrospection_containers_p.h"
|
#include "piintrospection_containers_p.h"
|
||||||
|
|
||||||
#ifdef PIP_INTROSPECTION
|
|
||||||
|
|
||||||
__PIINTROSPECTION_SINGLETON_CPP__(Containers)
|
__PIINTROSPECTION_SINGLETON_CPP__(Containers)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
#ifndef PIINTROSPECTION_CONTAINERS_H
|
#ifndef PIINTROSPECTION_CONTAINERS_H
|
||||||
#define PIINTROSPECTION_CONTAINERS_H
|
#define PIINTROSPECTION_CONTAINERS_H
|
||||||
|
|
||||||
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
|
|
||||||
#include "piintrospection_base.h"
|
#include "piintrospection_base.h"
|
||||||
|
|
||||||
|
|
||||||
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
|
||||||
class PIIntrospectionContainers;
|
class PIIntrospectionContainers;
|
||||||
|
|
||||||
#define PIINTROSPECTION_CONTAINERS (PIIntrospectionContainersInterface::instance())//(PIIntrospectionContainersInterface::instance())
|
#define PIINTROSPECTION_CONTAINERS (PIIntrospectionContainersInterface::instance())//(PIIntrospectionContainersInterface::instance())
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef PIP_INTROSPECTION
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
|
|
||||||
#include "piintrospection_server.h"
|
#include "piintrospection_server.h"
|
||||||
#include "piintrospection_server_p.h"
|
#include "piintrospection_server_p.h"
|
||||||
|
|||||||
@@ -20,11 +20,10 @@
|
|||||||
#ifndef PIINTROSPECTION_SERVER_H
|
#ifndef PIINTROSPECTION_SERVER_H
|
||||||
#define PIINTROSPECTION_SERVER_H
|
#define PIINTROSPECTION_SERVER_H
|
||||||
|
|
||||||
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
|
|
||||||
#include "pipeer.h"
|
#include "pipeer.h"
|
||||||
|
|
||||||
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
|
||||||
|
|
||||||
class PIIntrospectionServer;
|
class PIIntrospectionServer;
|
||||||
class PISystemMonitor;
|
class PISystemMonitor;
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef PIP_INTROSPECTION
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
|
|
||||||
#include "piintrospection_threads.h"
|
#include "piintrospection_threads.h"
|
||||||
#include "piintrospection_threads_p.h"
|
#include "piintrospection_threads_p.h"
|
||||||
|
|||||||
@@ -20,11 +20,10 @@
|
|||||||
#ifndef PIINTROSPECTION_THREADS_H
|
#ifndef PIINTROSPECTION_THREADS_H
|
||||||
#define PIINTROSPECTION_THREADS_H
|
#define PIINTROSPECTION_THREADS_H
|
||||||
|
|
||||||
#include "piintrospection_base.h"
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
#if defined(PIP_INTROSPECTION) && !defined(PIP_FORCE_NO_PIINTROSPECTION)
|
||||||
|
|
||||||
|
#include "piintrospection_base.h"
|
||||||
|
|
||||||
class PIIntrospectionThreads;
|
class PIIntrospectionThreads;
|
||||||
|
|
||||||
#define PIINTROSPECTION_THREADS (PIIntrospectionThreadsInterface::instance())
|
#define PIINTROSPECTION_THREADS (PIIntrospectionThreadsInterface::instance())
|
||||||
|
|||||||
Reference in New Issue
Block a user