Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

NlpLsPrinting.hh

00001 #ifndef NLPLSPRINTING
00002 #define NLPLSPRINTING
00003 
00020 #include "IotrRefCount.hh"
00021 #include "IotrHandle.hh"
00022 #include "IotrPrinting.hh"
00023 
00024 class NlpLsPrinting : public IotrPrinting {
00025 protected:
00026   int    mArgc;
00027   char **mArgv;
00028 public:
00029   NlpLsPrinting( int argc, char **argv );
00030 };
00031 
00032 
00033 typedef Handle<NlpLsPrinting> NlpLsPrintingHandle;
00034 
00035 #endif

Generated on Wed Aug 27 10:03:41 2003 for iotr by doxygen1.2.18