Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

WCGenerator.h

00001 // WCGenerator.h: interface for the WCGenerator class.
00002 //
00004 
00005 #if !defined(AFX_WCGENERATOR_H__720250A8_3F71_4C41_88BD_BB590C1E44A8__INCLUDED_)
00006 #define AFX_WCGENERATOR_H__720250A8_3F71_4C41_88BD_BB590C1E44A8__INCLUDED_
00007 
00008 #include <string>
00009 using namespace std;
00010 
00011 class WCGenerator  
00012 {
00013 public:
00014         int DoDeploy();
00015         void SetWSDD(string& sWsddfile);
00016         void SetWSLibrary(string& sLibfile);
00017         void SetWSDefinition(string& sHeaderfile);
00018         WCGenerator();
00019         virtual ~WCGenerator();
00020 
00021 };
00022 
00023 #endif // !defined(AFX_WCGENERATOR_H__720250A8_3F71_4C41_88BD_BB590C1E44A8__INCLUDED_)

Generated on Fri Apr 9 12:21:29 2004 for axiscpp by doxygen1.2.18