Main Page   Class Hierarchy   Compound List   File List   Compound Members  

WSDDKeywords.h

00001 // WSDDKeywords.h:
00002 //
00004 
00005 #if !defined(AFX_WSDDKEYWORDS_H__870A488E_084E_4EAB_8162_25A1DDF2CD74__INCLUDED_)
00006 #define AFX_WSDDKEYWORDS_H__870A488E_084E_4EAB_8162_25A1DDF2CD74__INCLUDED_
00007 
00008 #include "../common/GDefine.h"
00009 
00010 //keywords used in the wsdd file
00011 extern const AxisXMLCh* kw_depl;
00012 extern const AxisXMLCh* kw_undepl;      /* to represent the 'undeployment' tag */
00013 extern const AxisXMLCh* kw_srv;
00014 extern const AxisXMLCh* kw_glconf;
00015 extern const AxisXMLCh* kw_param; 
00016 extern const AxisXMLCh* kw_hdl;
00017 extern const AxisXMLCh* kw_chain;
00018 extern const AxisXMLCh* kw_ns;
00019 extern const AxisXMLCh* kw_prv;
00020 extern const AxisXMLCh* kw_cn; //must be changed to libname or so
00021 extern const AxisXMLCh* kw_am;
00022 extern const AxisXMLCh* kw_ar;
00023 extern const AxisXMLCh* kw_rqf;
00024 extern const AxisXMLCh* kw_rsf;
00025 extern const AxisXMLCh* kw_tr;
00026 extern const AxisXMLCh* kw_name;
00027 extern const AxisXMLCh* kw_value;
00028 extern const AxisXMLCh* kw_type; //what about this ? change to libname ?
00029 extern const AxisXMLCh* kw_scope;
00030 extern const AxisXMLCh* kw_http;
00031 extern const AxisXMLCh* kw_smtp;
00032 extern const AxisXMLCh* kw_desc;
00033 
00034 
00042 class WSDDKeywords  
00043 {
00044 public:
00045         static void Initialize();
00046         static void UnInitialize();
00047         WSDDKeywords();
00048         virtual ~WSDDKeywords();
00049 private:
00050         static volatile bool m_bInit;
00051 };
00052 
00053 #endif // !defined(AFX_WSDDKEYWORDS_H__870A488E_084E_4EAB_8162_25A1DDF2CD74__INCLUDED_)

Generated on Mon Dec 1 15:10:26 2003 for axisc++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002