1: // the ASP Language definition file for Web C Plus Plus
     2: // Author: Matt Runion <mrunion@yahoo.com>
     3: 
     4: #ifndef LANG_DEF_ASP 
     5: #define LANG_DEF_ASP 
     6: 
     7: #include "langhtml.h" 
     8: 
     9: class LangAsp :public LangHtml {
    10:  public:
    11: 	LangAsp();
    12: 	~LangAsp() {IO.close();}
    13: 	virtual void fill();
    14: };
    15: 
    16: #endif //LANG_DEF_ASP 
    17: 



w e b c p p
web c plus plus