00001 #ifndef _SPL_COMMONNODEFACTORY_H 00002 #define _SPL_COMMONNODEFACTORY_H 00003 00004 00005 #include <OpenTracker/OpenTracker.h> 00006 #include <OpenTracker/dllinclude.h> 00007 00008 00009 namespace ot { 00010 00011 00012 class OPENTRACKER_API SPLCommonNodeFactory : public NodeFactory 00013 { 00014 public: 00015 SPLCommonNodeFactory(); 00016 00017 virtual Node* createNode(const std::string& name, StringTable& attributes); 00018 }; 00019 00020 00021 } // namespace ot 00022 00023 00024 #endif
1.4.6