- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Descriptors/AtomIdDescriptor_impl.hpp
r7a1ce5 rf16a4b 1 #include "Descriptors/AtomIdDescriptor.hpp" 1 #ifndef ATOMIDDESCRIPTOR_IMPL_HPP 2 #define ATOMIDDESCRIPTOR_IMPL_HPP 3 2 4 #include "Descriptors/AtomDescriptor_impl.hpp" 3 5 … … 11 13 12 14 protected: 13 #if 0 14 atom *find(); 15 std::vector<atom*> findAll(); 16 #endif 15 virtual atom *find(); 16 virtual std::vector<atom*> findAll(); 17 17 private: 18 18 int id; 19 19 }; 20 21 #endif //ATOMIDDESCRIPTOR_IMPL_HPP
Note:
See TracChangeset
for help on using the changeset viewer.