stanzaextensionfactory.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef STANZAEXTENSIONFACTORY_H__
00015 #define STANZAEXTENSIONFACTORY_H__
00016
00017 #include "macros.h"
00018
00019 #include <string>
00020
00021 namespace gloox
00022 {
00023
00024 class StanzaExtension;
00025 class Tag;
00026
00035 class StanzaExtensionFactory
00036 {
00037 public:
00045 static StanzaExtension* create( Tag* tag );
00046
00047 };
00048
00049 }
00050
00051 #endif // STANZAEXTENSIONFACTORY_H__