Changeset 33bc66 for molecuilder/src/Descriptors/AtomIdDescriptor_impl.hpp
- Timestamp:
- Feb 26, 2010, 11:47:16 AM (16 years ago)
- Children:
- 98a2987
- Parents:
- 3db67e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Descriptors/AtomIdDescriptor_impl.hpp
r3db67e r33bc66 7 7 { 8 8 public: 9 AtomIdDescriptor_impl( int _id);9 AtomIdDescriptor_impl(atomId_t _id); 10 10 virtual ~AtomIdDescriptor_impl(); 11 11 … … 16 16 virtual std::vector<atom*> findAll(); 17 17 private: 18 int id;18 atomId_t id; 19 19 }; 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
