source: CMT/v1r10p20011126/src/cmt_cvs.h @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 367 bytes
Line 
1#ifndef __cmt_cvs_h__
2#define __cmt_cvs_h__
3
4#include "cmt_system.h"
5
6class Cvs
7{
8public:
9 
10  static void tags (const CmtSystem::cmt_string_vector& arguments);
11  static void branches (const cmt_string& module);
12  static void subpackages (const cmt_string& module);
13  static void checkout (const CmtSystem::cmt_string_vector& arguments);
14
15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.