Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cmt_cvs.h

Go to the documentation of this file.
00001 #ifndef __cmt_cvs_h__
00002 #define __cmt_cvs_h__
00003 
00004 #include "cmt_system.h"
00005 
00006 class Cvs
00007 {
00008 public:
00009   
00010   static void tags (const CmtSystem::cmt_string_vector& arguments);
00011   static void branches (const cmt_string& module);
00012   static void subpackages (const cmt_string& module);
00013   static void checkout (const CmtSystem::cmt_string_vector& arguments);
00014 
00015 };
00016 
00017 #endif

Generated at Thu May 16 16:27:05 2002 for CMT by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000