#include "JobControl/JobCInterpreter.h"#include "MessageService/MsgService.h"#include "JobControl/JobCommand.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: JobCInterpreter.cxx,v 1.6 2003/10/17 00:10:19 messier Exp $") | |
| JobCInterpreter & | operator<< (JobCInterpreter &jci, const char *c) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 14 of file JobCInterpreter.cxx. References JobCInterpreter::Interp(). 00015 {
00016 jci.Interp(c);
00017 return jci;
00018 }
|
1.3.9.1