19 lines
456 B
C
19 lines
456 B
C
#ifndef CatalogXml_H
|
|||
|
|
#define CatalogXml_H
|
||
|
|
/*
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
Class: CatalogXml
|
||
|
|
|
||
|
|
Desc: Helpers for generating an HTML web page based on Profile data.
|
||
|
|
|
||
|
|
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
||
|
|
Chris Danford
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "Profile.h"
|
||
|
|
|
||
|
|
void SaveCatalogXml( CString sDir );
|
||
|
|
|
||
|
|
#endif
|