Annotation.cpp

Go to the documentation of this file.
00001 
00015 #include "Annotation.hpp"
00016 
00017 namespace OA {
00018 
00019 // initializing class static variable
00020 OA_ptr<OutputBuilder> Annotation::sOutBuild;
00021 
00022 } // end of OA namespace
00023 
00024