GetDriverName
const string& GetDriverName() const;
virtual const char* GetDriverName() const = 0;
DBGMSG((">%s: config_page\n", GetDriverName()));
DBGMSG(("<%s: config_page\n", GetDriverName()));
DBGMSG((">%s: config_job\n", GetDriverName()));
DBGMSG(("<%s: config_job\n", GetDriverName()));
DBGMSG((">%s: take_job\n", GetDriverName()));
DBGMSG(("<%s: take_job\n", GetDriverName()));
AboutBox app(GetSignature(), GetDriverName(), GetVersion(), copyright.String());
DBGMSG((">%s: add_printer\n", GetDriverName()));
DBGMSG(("<%s: add_printer\n", GetDriverName()));
status_t result = GetDriverName(&driver);
status_t result = GetDriverName(&driver);
status_t result = GetDriverName(&driver);
status_t result = GetDriverName(&driver);
status_t GetDriverName(BString* name);