Changeset 561 for trunk/zoo-project
- Timestamp:
- Feb 9, 2015, 4:07:31 PM (10 years ago)
- Location:
- trunk/zoo-project/zoo-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal_otb.c
r558 r561 30 30 31 31 using namespace otb::Wrapper; 32 33 WatcherListType m_WatcherList; 34 maps* m_Conf; 32 35 33 36 class MyCommand : public itk::Command -
trunk/zoo-project/zoo-kernel/service_internal_otb.h
r558 r561 44 44 45 45 typedef std::vector<ZooWatcher *> WatcherListType; 46 WatcherListType m_WatcherList;47 maps* m_Conf;48 46 int zoo_otb_support(maps**,map*,service*,maps**,maps**); 49 47
Note: See TracChangeset
for help on using the changeset viewer.