31 #ifndef ACTCVSOURCE_H_
32 #define ACTCVSOURCE_H_
46 virtual const char*
GetResult()
const = 0;
69 typedef std::vector<ActCvObserver*>::iterator
iterator;
73 for (
iterator i=begin();i!=end();i++) {
74 (*i)->NewVisionNotification(src);
85 std::remove_if(begin(), end(),
86 std::bind2nd(std::equal_to<ActCvObserver*>(), obs)),