Changeset 2818 for trunk/tools/database/kHtmlPC.h
- Timestamp:
- Feb 18, 2000, 1:42:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/kHtmlPC.h
r830 r2818 1 /* $Id: kHtmlPC.h,v 1. 1 1999-09-05 02:53:06bird Exp $ */1 /* $Id: kHtmlPC.h,v 1.2 2000-02-18 12:42:08 bird Exp $ */ 2 2 /* 3 3 * kHtmlPC - Special-purpose HTML/SQL preprocessor. … … 17 17 typedef struct _options 18 18 { 19 BOOL fDummy;19 char *pszBaseDir; 20 20 } OPTIONS, *POPTIONS; 21 21 … … 428 428 429 429 /**@cat internal function */ 430 void analyseTag(const kTag &tag ) throw(kError::enmErrors);430 void analyseTag(const kTag &tag, const char *pszBaseDir) throw(kError::enmErrors); 431 431 void fetchData(const char *pszSql) throw(kError::enmErrors); 432 432 kGraphDataSet *findOrCreateDataSet(const char *pszLegend) throw(kError::enmErrors); … … 450 450 451 451 public: 452 kGraph(const kTag &tag ) throw(kError::enmErrors);452 kGraph(const kTag &tag, const char *pszBaseDir) throw(kError::enmErrors); 453 453 ~kGraph(void); 454 454
Note:
See TracChangeset
for help on using the changeset viewer.