www.pudn.com > Ftpwork > LocalHdr.h


/***************************************************************************
                          LocalHdr.h  -  description
                             -------------------
    begin                : Mon Nov 11 2002
    copyright            : (C) 2002 by Wang jiangong
    email                : sduwangjiangong@hotmail.com
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef LOCALHDR_H
#define LOCALHDR_H

#include 
#include 
#include 

#include "String.h"
#include "Monitor.h"
#include "CmdParser.h"
#include "CmdParseResult.h"


/**prcess local path ls cd md etc.
  *@author Wang jiangong
  */

class LocalHdr {
public: 
	LocalHdr();
	~LocalHdr();
  /** No descriptions */
  void LocalCommand(Monitor * pmonitor);

  private:
  CmdParser  cmdparserobj;
};

#endif