Changeset 3b02b04 for src/dgp/boubble.hh
- Timestamp:
- 01/17/13 20:50:41 (12 years ago)
- Branches:
- master
- Children:
- d2f119e
- Parents:
- 555c7f8
- git-author:
- Tomasz Obrebski <to@…> (01/17/13 20:50:41)
- git-committer:
- Tomasz Obrebski <to@…> (01/17/13 20:50:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dgp/boubble.hh
re7de6cc r3b02b04 26 26 Boubble(list<Role> u, list<Role> d, LongRel l, int s=-1); 27 27 Boubble(const char* pathstr, const char* l, int s=-1); 28 // Boubble(const Boubble& b) {_src=b._src; _upath=b._upath; _dpath=b._dpath; _rel=b._rel; }; 28 29 29 30 Dir dir(); … … 138 139 } 139 140 140 if(d==DOWN && _upath.empty() && !_dpath.empty() )141 if(d==DOWN && _upath.empty() && !_dpath.empty() && _dpath.front() == r) 141 142 { 142 143 Boubble* newboubble = new Boubble(_upath,_dpath,_rel,_src);
Note: See TracChangeset
for help on using the changeset viewer.