Added a CVS version comment block
This commit is contained in:
parent
ed40e07326
commit
791d990bd7
1 changed files with 9 additions and 0 deletions
|
|
@ -1,9 +1,18 @@
|
|||
/**
|
||||
* @file xml.h
|
||||
*
|
||||
* Classes providing support for XML data files. These classes
|
||||
* implement only those aspects of XML required to read, write, and
|
||||
* manipulate CTML data files.
|
||||
*/
|
||||
|
||||
/* $Author$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
*/
|
||||
|
||||
// Copyright 2001 California Institute of Technology
|
||||
|
||||
#ifndef CT_XML
|
||||
#define CT_XML
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue