#include "JobControl/JobCPathModule.h"#include <cstring>#include "MessageService/MsgService.h"#include "JobControl/JobCPath.h"#include "JobControl/JobCommand.h"#include "JobControl/JobCPathRegistry.h"#include "JobControl/JobCModuleRegistry.h"#include <cassert>Go to the source code of this file.
Functions | |
| CVSID ("$Id: JobCPathModule.cxx,v 1.28 2006/04/07 18:29:53 boehm Exp $") | |
| JOBMODULE (JobCPathModule,"Path","Job control module for creating and managing job paths") | |
| void | sorry (const char *method) |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 25 of file JobCPathModule.cxx. References MSG. 00026 {
00027 MSG("JobC",Msg::kWarning) <<
00028 "Sorry, method " << method << " not implemented\n";
00029 }
|
1.3.9.1