00001
00010 #ifndef P6XSLTTEMPLATE_H__
00011 #define P6XSLTTEMPLATE_H__ 1
00012
00013 #include "p6err.h"
00014 #include "p6xsltcompiled.h"
00015
00016 namespace P6R {
00017
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021
00034 interface p6IXSLTTemplate : public p6ICom
00035 {
00047 P6COMMETHOD getTemplate( p6IXSLTCompiled** pTemplate ) = 0;
00048
00060 P6COMMETHOD setTemplate( p6IXSLTCompiled* pTemplate ) = 0;
00061 };
00062
00063
00064 #define IF_p6IXSLTTemplate {0xb6dc4aec,0x1d19,0x4058,{0x84,0x32,0xa8,0xfc,0x27,0x1f,0x25,0x3f}}
00065
00066 #ifdef __cplusplus
00067 }
00068 #endif
00069
00070 }
00071
00072
00073 #endif
00074
00075
00076
00077
00078
00079
00080
00081