00001 #ifndef _SPLNODES_H 00002 #define _SPLNODES_H 00003 00004 00005 #include <OpenTracker/OpenTracker.h> 00006 #include <OpenTracker/dllinclude.h> 00007 00008 00009 namespace ot { 00010 00011 00012 int OPENTRACKER_API addSPLCommonNodeFactory(Context *context); 00013 00014 00015 } // namespace ot 00016 00017 00018 #endif
1.4.6