#include "JobControl/JobCMsgModule.h"#include <list>#include <string>#include <cstring>#include "MessageService/MsgService.h"#include "JobControl/JobCommand.h"#include "JobControl/JobCModuleRegistry.h"Go to the source code of this file.
Defines | |
| #define | _NL_ <<"\n"<< |
Functions | |
| CVSID ("$Id: JobCMsgModule.cxx,v 1.10 2005/03/03 19:34:39 tagg Exp $") | |
| JOBMODULE (JobCMsgModule,"Msg","Configure the message service") | |
| void | sorry () |
|
|
Referenced by JobCMsgModule::Help(). |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 21 of file JobCMsgModule.cxx. References MSG. Referenced by JobCMsgModule::Concat(), JobCPathModule::Detach(), JobCPathHandler::PathResetCommand(), JobCPathModule::Remove(), and JobCMsgModule::Reset(). 00022 {
00023 MSG("JobC", Msg::kWarning) << "Sorry, command not implemented\n";
00024 }
|
1.3.9.1