00001 #ifndef REFPOSITION_H 00002 #define REFPOSITION_H 00003 00004 namespace srchilite { 00005 00007 enum RefPosition { 00008 NONE = 0, 00009 INLINE = 1, 00010 POSTLINE, 00011 POSTDOC 00012 }; 00013 00014 } 00015 00016 #endif // REFPOSITION_H