Ignore:
Timestamp:
Feb 18, 2000, 1:42:08 PM (26 years ago)
Author:
bird
Message:

Read more of the function header into the database.
Stateupd is changed to do this and the database is expanded with new fields.
The sample is partly updated.

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:06 bird Exp $ */
     1/* $Id: kHtmlPC.h,v 1.2 2000-02-18 12:42:08 bird Exp $ */
    22/*
    33 * kHtmlPC - Special-purpose HTML/SQL preprocessor.
     
    1717    typedef struct _options
    1818    {
    19         BOOL fDummy;
     19        char *pszBaseDir;
    2020    } OPTIONS, *POPTIONS;
    2121
     
    428428
    429429            /**@cat internal function */
    430             void    analyseTag(const kTag &tag)     throw(kError::enmErrors);
     430            void    analyseTag(const kTag &tag, const char *pszBaseDir)     throw(kError::enmErrors);
    431431            void    fetchData(const char *pszSql)   throw(kError::enmErrors);
    432432            kGraphDataSet *findOrCreateDataSet(const char *pszLegend) throw(kError::enmErrors);
     
    450450
    451451        public:
    452             kGraph(const kTag &tag) throw(kError::enmErrors);
     452            kGraph(const kTag &tag, const char *pszBaseDir) throw(kError::enmErrors);
    453453            ~kGraph(void);
    454454
Note: See TracChangeset for help on using the changeset viewer.