Changeset 1614a17 for molecuilder/src/Descriptors/AtomIdDescriptor_impl.hpp
- Timestamp:
- Feb 25, 2010, 11:15:22 AM (16 years ago)
- Children:
- f467c6
- Parents:
- 536380 (diff), 2e6496 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Descriptors/AtomIdDescriptor_impl.hpp
r536380 r1614a17 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.
