#include <cstring>#include "JobControl/JobCPathHandler.h"#include "MessageService/MsgService.h"#include "JobControl/JobCommand.h"#include "JobControl/JobCPath.h"#include "JobControl/JobCNode.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: JobCPathHandler.cxx,v 1.4 2009/02/28 21:46:13 gmieg Exp $") | |
| void | sorry (const char *method) |
|
||||||||||||
|
|
|
|
Definition at line 20 of file JobCPathHandler.cxx. References MSG. 00021 {
00022 MSG("JobC",Msg::kWarning) <<
00023 "Sorry, method " << method << " not implemented." << endl;
00024 }
|
1.3.9.1