Renaming TransportAddOn.[cpp|h] into PrintTransportAddOn.[cpp|h] as "Transport" is
not enough explicit. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3772 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef PRINT_TRANSPORT_ADD_ON_H
|
||||
#define PRINT_TRANSPORT_ADD_ON_H
|
||||
|
||||
#include <DataIO.h>
|
||||
#include <Directory.h>
|
||||
#include <Message.h>
|
||||
|
||||
extern "C" BDataIO* instanciate_transport(BDirectory* printe, BMessage* msg);
|
||||
|
||||
#endif PRINT_TRANSPORT_ADD_ON_H
|
||||
Reference in New Issue
Block a user