00001
00002
00004
00005 #if !defined(AFX_ILSPANNOTATIONVISITOR_H__05EB854C_F92A_4277_979F_BC0D36B93B23__INCLUDED_)
00006 #define AFX_ILSPANNOTATIONVISITOR_H__05EB854C_F92A_4277_979F_BC0D36B93B23__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include <ScoreViewer/ScoreProcessing/Annotations/AnnotationVisitor.h>
00013 using namespace ScoreProcessing;
00014
00015
00016
00017 class TILSPAnnotationVisitor : public AnnotationBaseVisitor
00018 {
00019 public:
00020 TILSPAnnotationVisitor();
00021 virtual ~TILSPAnnotationVisitor();
00022
00023
00024 };
00025
00026 #endif // !defined(AFX_ILSPANNOTATIONVISITOR_H__05EB854C_F92A_4277_979F_BC0D36B93B23__INCLUDED_)