Rudiments
|
00001 // Copyright (c) 1999-2002 David Muse 00002 // See the COPYING file for more information. 00003 00004 private: 00005 commandline(const commandline &c); 00006 commandline &operator=(const commandline &c); 00007 00008 commandlineprivate *pvt;