shortcut_catcher: Remove non-Haiku code.
This commit is contained in:
@@ -17,13 +17,6 @@
|
|||||||
// This file contains various BitTester classes, each of which defines a
|
// This file contains various BitTester classes, each of which defines a
|
||||||
// sequence of bit testing logics to do on a uint32.
|
// sequence of bit testing logics to do on a uint32.
|
||||||
|
|
||||||
#ifndef __HAIKU__
|
|
||||||
#ifndef __INTEL__
|
|
||||||
#pragma export on
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// The abstract base class. Defines the interface.
|
// The abstract base class. Defines the interface.
|
||||||
_EXPORT class BitFieldTester;
|
_EXPORT class BitFieldTester;
|
||||||
class BitFieldTester : public BArchivable {
|
class BitFieldTester : public BArchivable {
|
||||||
@@ -94,7 +87,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
// The most interesting class: This one returns true if at least (minNum) of
|
// The most interesting class: This one returns true if at least (minNum) of
|
||||||
// its slaves return true. It can be used for OR (i.e. minNum==1), AND
|
// its slaves return true. It can be used for OR (i.e. minNum==1), AND
|
||||||
// (i.e. minNum==numberofchildren), or anything in between!
|
// (i.e. minNum==numberofchildren), or anything in between!
|
||||||
_EXPORT class MinMatchFieldTester;
|
_EXPORT class MinMatchFieldTester;
|
||||||
class MinMatchFieldTester : public BitFieldTester {
|
class MinMatchFieldTester : public BitFieldTester {
|
||||||
@@ -120,10 +113,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef __HAIKU__
|
|
||||||
#ifndef __INTEL__
|
|
||||||
#pragma export reset
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // _BIT_FIELD_TESTERS_H
|
#endif // _BIT_FIELD_TESTERS_H
|
||||||
|
|||||||
@@ -15,12 +15,6 @@
|
|||||||
#include <List.h>
|
#include <List.h>
|
||||||
#include <InputServerFilter.h>
|
#include <InputServerFilter.h>
|
||||||
|
|
||||||
#ifndef __HAIKU__
|
|
||||||
#ifndef __INTEL__
|
|
||||||
#pragma export on
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
struct key_map;
|
struct key_map;
|
||||||
|
|
||||||
@@ -367,10 +361,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#ifndef __HAIKU__
|
|
||||||
#ifndef __INTEL__
|
|
||||||
#pragma export reset
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // _COMMAND_ACTUATORS_H
|
#endif // _COMMAND_ACTUATORS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user