* More style changes.
* Removed namespace handling for Metrowerks compiler. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,11 +13,9 @@
|
||||
#include <Rect.h>
|
||||
#include <Point.h>
|
||||
|
||||
#if (!__MWERKS__ || defined(MSIPL_USING_NAMESPACE))
|
||||
|
||||
using namespace std;
|
||||
#else
|
||||
#define std
|
||||
#endif
|
||||
|
||||
|
||||
class BFile;
|
||||
class BPicture;
|
||||
|
||||
@@ -9,11 +9,7 @@
|
||||
#include <string>
|
||||
#include <SerialPort.h>
|
||||
|
||||
#if (!__MWERKS__ || defined(MSIPL_USING_NAMESPACE))
|
||||
using namespace std;
|
||||
#else
|
||||
#define std
|
||||
#endif
|
||||
|
||||
class BNode;
|
||||
|
||||
|
||||
@@ -12,11 +12,9 @@
|
||||
class BDataIO;
|
||||
class PrinterData;
|
||||
|
||||
#if (!__MWERKS__ || defined(MSIPL_USING_NAMESPACE))
|
||||
|
||||
using namespace std;
|
||||
#else
|
||||
#define std
|
||||
#endif
|
||||
|
||||
|
||||
extern "C" {
|
||||
typedef BDataIO *(*PFN_init_transport)(BMessage *);
|
||||
|
||||
@@ -6,11 +6,13 @@
|
||||
#ifndef __UIDRIVER_H
|
||||
#define __UIDRIVER_H
|
||||
|
||||
|
||||
class BMessage;
|
||||
class PrinterData;
|
||||
class PrinterCap;
|
||||
class JobData;
|
||||
|
||||
|
||||
class UIDriver {
|
||||
public:
|
||||
UIDriver(BMessage *msg, PrinterData *printer_data, const PrinterCap *printer_cap);
|
||||
|
||||
Reference in New Issue
Block a user