#pragma interface #ifndef WEBPHOTO_H #define WEBPHOTO_H #define _TLMP_webphoto struct _F_webphoto { #define _F_webphoto_text(x) void x text() virtual _F_webphoto_text( )=0; }; void webphoto (_F_webphoto &c, const char *name); #endif