- Timestamp:
- May 29, 2017, 4:18:43 PM (7 years ago)
- Location:
- code/branches/Presentation_FS17
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_FS17
- Property svn:mergeinfo changed
/code/branches/Dialogue_FS17 (added) merged: 11360,11371,11377,11382,11384,11390,11393-11394,11401,11406-11408,11413,11415,11417,11421-11422,11428,11432-11433,11435
- Property svn:mergeinfo changed
-
code/branches/Presentation_FS17/src/modules/dialogue/DialogueManager.cc
r11435 r11437 27 27 void DialogueManager::registerquestion(NextQuestion* nq){ 28 28 if(allQuestions.size()==0) { 29 orxout( internal_info) << "At least one NextQuestion has to be set." << endl;29 orxout(verbose) << "At least one NextQuestion has to be set." << endl; 30 30 } 31 31 allQuestions.push_back(nq); 32 orxout( internal_info) << "qsize " << allQuestions.size();32 orxout(verbose) << "qsize " << allQuestions.size(); 33 33 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.